sending a cc:mail msg from VB 
Author Message
 sending a cc:mail msg from VB

Sharat,

You can use our IDSMail component in your VB application to send/receive
cc:Mail messages.  For example, this is all the code you would need to
send a cc:Mail message with a file attachment:

Dim idsMail as Object
Set idsMail = CreateObject("IDSMailInterface32.Server")
idsMail.ObjectKey = "ABC123"
idsMail.NewMessage
idsMail.AddRecipientTo "Jim Smith"
idsMail.AddRecipientCc "Mary Brown, Doug Williams"
idsMail.Subject = "Meeting Agenda"
idsMail.Message = "Here is the agenda for the weekly meeting."
idsMail.AddAttachment "C:\MEETINGS\AGENDA.DOC"
idsMail.Send

For more information on IDSMail, go to http://www.*-*-*.com/

--
Regards,

Eric June
Intuitive Data Solutions

--------- We Make OLE Servers Intuitive --------------

Intuitive Data Solutions           fax: (408) 776-1267
Send/Rcv Email *EASILY* through SMTP/POP, VIM, MAPI,
MHS & VINES http://www.*-*-*.com/
------------------------------------------------------



Wed, 13 Jun 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. How to send cc:Mail from VB or MS Access

2. sending cc:mail through VB app.

3. need help on formatting a message sent to cc: mail from VB

4. How to send cc:Mail from VB or MS Access

5. sending Crystal reports via cc:Mail

6. MAPI - Not able to send mails thru CC and BCC

7. send mail msg

8. Sending msg via mail

9. Using CDONTS.dll to send a simple mail msg

10. E:Mail via cc:Mail using VB4.0

11. Working with VIM mail - Creating folders in cc:Mail

12. cc:Mail from VB

 

 
Powered by phpBB® Forum Software