BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

What is the correct syntax for 'Attachments' when calling ou

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder (ActiveX)
View previous topic :: View next topic  
Author Message
MikeInSwansea
Guest





PostPosted: Tue Sep 21, 2004 2:39 pm    Post subject: What is the correct syntax for 'Attachments' when calling ou Reply with quote




The following code works except for the 'Attachments' line.

Any ideas what the correct format for attaching a file is?

The code is needed for CBuilder++ Version 6

#include "outlook_2k.h"
void __fastcall TFWMain::Button1Click(TObject *Sender)
{
Variant Outlook;
Variant MailItem;
Outlook = Variant::CreateObject("Outlook.Application");

MailItem = Outlook.OleFunction("CreateItem", olMailItem);

MailItem.OlePropertySet"TO",
VariantWideString"emailaddress (AT) orange (DOT) net"))) ;
MailItem.OlePropertySet("Subject" ,
Variant(WideString("Test Subject ")));
MailItem.OlePropertySet("Body" ,
Variant(WideString("Please find attached your documents")));

MailItem.OlePropertySet("Attachments",
Variant(WideString(""JOB.XML"),
Variant(WideString(""Alternate name for JOB.XML"));

MailItem.OleProcedure("Display");
}

Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder (ActiveX) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.