Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email Automation
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01399125
Message ID:
01399184
Views:
52
Hi Yuri.
What exactly does this command do.
Regards,
Gerard


>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform