It looks like you're new here. Sign in or register to get started.
CREATE(OutLook); olMailItem := OutLook.CreateItem(0); olMailItem."To"('lars-goran.hellstrom@navigera.com'); olMailItem.Subject('VM i OS'); olAttachments := olMailItem.Attachments(); OLAttachments.Add('c:\ocr14.txt'); OLAttachments.Add('c:\ocr15.txt'); OLAttachments.Add('c:\ocr18.txt'); olMailItem.Display(TRUE); CLEARALL();
Name DataType Subtype Length OutLook Automation 'Microsoft Outlook 10.0 Object Library'.Application olItems Automation 'Microsoft Outlook 10.0 Object Library'.Items olMailItem Automation 'Microsoft Outlook 10.0 Object Library'.MailItem olAttachments Automation 'Microsoft Outlook 10.0 Object Library'.Attachments
Comments
http://www.mibuso.com/dlinfo.asp?FileID=112
and try to search the forum with keyword "Mail". I found quite a lot.
Good Luck!
If it was hard to write, it should be hard to understand."
where