Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Email Automation
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01399125
Message ID:
01399181
Vues:
68
>This query is to do with email Automation.
>I know you can automate Outlook, to grab say everything in the inbox.
>Say I have done this, stored ths inbox in a VFP file, and then want to highlight , say record no.
> 747 and 'Open' the email i.e. Launch Outlook with that particular email.
>I guess waht I would need is some Link (primary key type field) to the \outlook email, so it
> opens immediately.
>
>Anybody know if this is possible, with either VFP or C#
>
>Regards,
>Gerard

Gerard,

You could store message EntryID, and then call it like:
with oOutlook.GetNameSpace("mapi").GetItemFromID(EntryID_Stored_in_Table)
   =.Display
....
Good Luck
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform