Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to retrive Outlook default signature
Message
De
03/03/2020 02:09:04
 
 
À
01/03/2020 13:10:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01673286
Message ID:
01673355
Vues:
83
Any idea?


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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform