Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Embedded grafics in mails with MAPI....
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00501439
Message ID:
00501448
Views:
18
This message has been marked as a message which has helped to the initial question of the thread.
Fred
If you're using the OleSession and OleMessage Controls to send the emails, you should try:
ThisForm.OleMessage.AttachmentPosition = 0
ThisForm.OleMessage.AttachmentType = 0 ( or 1 for embedded OLE object )
ThisForm.OleMessage.Attachment.Name = "Whatever you want"
ThisForm.OleMessage.AttachmentPathName="C:\PROJECT\GRAPHIC.JPG"
Then you go on with your code in OleMessage. You can also add many attachments this way, just by using AttachmentPosition.
Hope this helps...
Jaime

>Is it possible (and how) with some codes to embedde grafics (gif/jpeg) in mails sent with mapi controls (like i do with Netscape or Outlook) ?
Why do programs stop working correctly as soon as you leave the Fox?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform