Looking for cc:mail control 
Author Message
 Looking for cc:mail control

I'm looking for an ActiveX component that will enable me to interact with a
Notes Mail client.  Has anyone run across such a control?

Thanks,
Paul Gori



Thu, 18 Apr 2002 02:00:00 GMT  
 Looking for cc:mail control
Paul,

Our IDSMail component will let you send/receive cc:Mail and Lotus Notes
messages with code like this:

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 info on IDSMail, go to http://www.intuitive-data.com

!^NavFont02F01DE000DE1G5BHG5CHHDF19DB

--
Regards,

Eric June
Intuitive Data Solutions

----- IDSMail - The Universal E-mail Component  --------
Send/Rcv E-mail *EASILY* through SMTP/POP, VIM,
MAPI, MHS, Banyan VINES, Active Messaging, & CDO:
http://www.intuitive-data.com/idsmail.htm
----------------------------------------------------------------------------



Fri, 19 Apr 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Looking for cc:Mail component

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

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

4. VB 4.0 MAPI Control cc:Mail

5. Access 8 - CC-Mail 8

6. How Do I launch cc:Mail with shell()?

7. HELP : How do I get the CC address from a mail item

8. Extract to and cc from generated e-mail message

9. CC Mail and Visual Basic

10. cc:Mail from VB

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

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

 

 
Powered by phpBB® Forum Software