Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MS Outlook 97: email address
Message
From
05/12/2001 13:35:36
 
 
To
03/12/2001 04:23:21
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00588603
Message ID:
00590024
Views:
31
Hi Thunder;

The .Email1Address shows the email from some entry in the contact items

To email them is something like that:
* Send a message to your new contact.
*
olMail = olApp.CreateItem(olMailItem)
olMail.To = olItem.Email1Address
olMail.Subject = "About our meeting..."
olMail.Body = _
        "Dear " + olItem.FirstName +;
        "I'll see you in 4 hours for our meeting!"
olMail.Send
Maybe in this code there is some sintax error. But I believe it will help you !

Let me know if it help you !

CLAUDIO

>How can I obtain the real email address of message using Outlook97 via OLE? The property "SenderName" of mailitem returns sender First+Second name instead
>account@domain. Thanks.
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform