Use CC:Mail from VB 
Author Message
 Use CC:Mail from VB

How do i send mail using CC:Mail from within VB application?
Thanks in advance to anyone who reply...



Sun, 07 Feb 1999 03:00:00 GMT  
 Use CC:Mail from VB

Quote:

>  How do i send mail using CC:Mail from within VB application?
>  Thanks in advance to anyone who reply...


>  How do i send mail using CC:Mail from within VB application?
>  Thanks in advance to anyone who reply...

Katz,

Our IDSMail OLE Server will let you easily send cc:Mail from VB3 or VB4.  Here is all the code you would need:

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

IDSMail also supports Notes and any other mail system based on VIM, SMTP/POP, MAPI, MHS, or Banyan VINES.  For more
information on IDSMail, please visit our web site at http://www.intuitive-data.com

Regards,

Eric June
Intuitive Data Solutions

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

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



Tue, 09 Feb 1999 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

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

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

3. cc:Mail from VB

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

5. newbie: want to interface VB with old CC:MAIL

6. sending a cc:mail msg from VB

7. How to Use cc:Mail with VB

8. sending cc:mail through VB app.

9. Calling cc:Mail from a VB 3.0 App.

10. calling cc:Mail in VB

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

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

 

 
Powered by phpBB® Forum Software