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:
00510060
Views:
16
Jaime:

Is this possible with MS Outlook?, do you know the way?

>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) ?
Jorge Flores
From the Amigo Country
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform