PC Review


Reply
Thread Tools Rate Thread

attachments with MAPISendMail

 
 
w
Guest
Posts: n/a
 
      28th Nov 2005
hi guys,

if i call send MAPISendMail(..) in the Send routione of Mapi.Send the
attachments are convertet in text that is attached in the text part of
the mail. it is not attached as files to the mail. how can i change it
that the attachments are attached as files and not as text.

here more or less the code that i use:


Mapi ma = new Mapi();
ma.Reset();

for (..){
ma.Attach(m_strAttach[i]); //m_strAttach[i] includes the complete
path+filename of the attachment
}

ma.Send(m_strSubject,m_strText);
ma.Logoff();


thanks a lot,
elmar
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sending Out eMails Directly (i.e. not via MAPISendMail) (PeteCresswell) Microsoft Access 0 17th Jan 2007 02:32 PM
MAPISendMail Hangs Marius Groenendijk Microsoft Dot NET Framework Forms 0 13th Jul 2005 06:16 PM
RE: How to tell MAPISendmail that it should send as plain text? =?Utf-8?B?S3lhbnVzaA==?= Microsoft Outlook Form Programming 0 17th Jun 2004 09:36 AM
MapiSendMail without intervention justinw Microsoft Access VBA Modules 0 16th Jun 2004 05:44 AM
Emailing using MAPISendMail call Sparky Microsoft Dot NET 1 3rd Jul 2003 03:46 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:26 PM.