Lotus Notes Mail 
Author Message
 Lotus Notes Mail

I am looking for an OCX to send and receive Lotus Notes Mail.  Notes is not
MAPI compliant, so I don't think the Microsoft MAPI control will work.  Any
ideas?

Thanks,
Bill LeBlanc



Fri, 30 Jun 2000 03:00:00 GMT  
 Lotus Notes Mail

Bill,

Our IDSMail control will let you send/receive Notes mail since it
supports the VIM protocol that Notes uses.  IDSMail also lets you
send/receive mail via any other mail systems based on VIM, MAPI,
SMTP/POP3 (Internet mail), MHS, or Banyan VINES.

For example, to send a Notes mail message, here is all the code that you
need:

Dim idsMail as Object
Set idsMail = CreateObject("IDSMailInterface.Server")
idsMail.ObjectKey = "ABC123"
idsMail.NewMessage
idsMail.AddRecipientTo "Jim Smith/Engineering"
idsMail.AddRecipientCc "Mary Brown/Accounting, Doug Williams/Sales"
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, go to 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 SMTP/POP, VIM, MAPI,
MHS & VINES http://www.intuitive-data.com/idsmail.htm
------------------------------------------------------



Fri, 30 Jun 2000 03:00:00 GMT  
 Lotus Notes Mail

Quote:

>I am looking for an OCX to send and receive Lotus Notes Mail.  Notes is not
>MAPI compliant, so I don't think the Microsoft MAPI control will work.  Any
>ideas?

You might want to check into IDSMail at http://www.intuitive-data.com

Make sure you check their distribution license before you buy. It doesn't
allow free distribution of your applications.

Bert Rozenberg
Mountain Rose Multi Media



Sat, 01 Jul 2000 03:00:00 GMT  
 Lotus Notes Mail

You could use the Lotus VIM API set if you wanted. I've just done this for a
VB - cc:Mail interface (both send and receive). Obviously, there's a bit
more sweat than using an OCX, but if your budget is tight, it's a viable way
to go.

You can download it for free from www.lotus.com

One word of warning .. all the examples are in C

Quote:

>I am looking for an OCX to send and receive Lotus Notes Mail.  Notes is not
>MAPI compliant, so I don't think the Microsoft MAPI control will work.  Any
>ideas?

>Thanks,
>Bill LeBlanc

begin 666 Steve Marron.vcf
M0D5'24XZ5D-!4D0-"E9%4E-)3TXZ,BXQ#0I..DUA<G)O;CM3=&5V90T*1DXZ


&0T%21 T*
`
end
end


Mon, 03 Jul 2000 03:00:00 GMT  
 Lotus Notes Mail

You could check out our DNotesX product, beta 2 is currently available with
a expected release dat in mid feb.

--
Vincent Parrett

VSoft Technologies Pty Ltd
Developers of DNotes VCL and DNotesX ActiveX Controls for Lotus Notes 4.x
Web http://www.ozemail.com.au/~vparrett/vsoft-tech
Email vparrett 'AT' ozemail.com.au

Quote:

>I am looking for an OCX to send and receive Lotus Notes Mail.  Notes is not
>MAPI compliant, so I don't think the Microsoft MAPI control will work.  Any
>ideas?

>Thanks,
>Bill LeBlanc



Tue, 11 Jul 2000 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. VBA code to send an email message through Lotus Notes mail interface

2. VBA and Lotus Notes Mail

3. Lotus Note Mail via sendobject method

4. Visual Basic vs Lotus-Notes Mail

5. Read Lotus Notes Mail db (xxx.nsf) from VB60 code

6. Access Lotus Notes Mail DB from VB6

7. Visual Basic vs Lotus-Notes Mail

8. DDE and Lotus Notes Mail

9. VB and Lotus Notes Mail

10. converting lotus notes mail

11. Accessing Lotus Notes mail from MS Script?

12. Sending a Lotus Note Mail through VB Program

 

 
Powered by phpBB® Forum Software