G'day. trying to get the zipp attachment on, no luck. seems the only method stm takes is ReadText(-1). would appreciate a pointer on this 1.. when sending a mail to a #group, doesnt exchange replace with appropriate name group? getting a "UnKnown Entity" error.. many thanks. -J.
hi, got the zip attachment sorted out. (thanks.) 2 more questions, if i may.. 1.looking for a way to use a #GroupName in strTo. 2.how come no signature at the footer? is it not an Exchange Server feature? is it Outlook that adds the signature? many thanks for replying. regards, -j. "josephine" wrote: > G'day. > trying to get the zipp attachment on, no luck. > seems the only method stm takes is ReadText(-1). > would appreciate a pointer on this 1.. > > when sending a mail to a #group, doesnt exchange replace with appropriate > name group? > getting a "UnKnown Entity" error.. > > many thanks. > -J. > >
hey again.. sorted on group addressing,... found it in Active Directory of DomainControler. tnx nevertheless. still no signature at the footer. is it not an Exchange Server feature? is it Outlook that adds the signature? tried via CreateMHTMLBody method.. no go, :-( thanks for yr help, regards, J.
The user generally needs to select to add a signature to a message signatures are different between OWA and Outlook (outlook signatures are store on the users pc in their mail profile) but WebDAV wont append a signatures either way. If your generating messages programmatically you would just add you own. (unless you have a specific server side component to do this) Cheers Glen "josephine" wrote in message news:EBD76CA9-3D6F-41A9-8525-7E241450AE23@microsoft.com... > hey again.. > > sorted on group addressing,... found it in Active Directory of > DomainControler. > tnx nevertheless. > > still no signature at the footer. is it not an Exchange Server feature? > is it Outlook that adds the signature? > tried via CreateMHTMLBody method.. no go, :-( > > thanks for yr help, > regards, > J. >