Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to retrive Outlook default signature
Message
From
01/03/2020 13:10:16
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to retrive Outlook default signature
Miscellaneous
Thread ID:
01673286
Message ID:
01673286
Views:
88
Hi,

If I use Send email with CDO 2000, can I to insert signatures from %APPDATA%\Microsoft\Signatures\ folders ?
If can, how?

or via (C#)
...
_service = new ExchangeService
// office365 webservice URL
_service.Url = new Uri("https://outlook.office365.com/EWS/Exchange.asmx");
EmailMessage message = new EmailMessage(_service);
...

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform