Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to retrive Outlook default signature
Message
De
01/03/2020 13:10:16
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
How to retrive Outlook default signature
Divers
Thread ID:
01673286
Message ID:
01673286
Vues:
89
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform