Home
Community
Discussion Forums
Most Active Software Boards
LabVIEW
Topic
LabVIEW
Register
·
Login
·
Help
Community
Category
Board
Documents
Users
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Search instead for
Did you mean:
Topic Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Mute
Printer Friendly Page
All Forum Topics
Previous Topic
Next Topic
ActiveX for Microsoft MAPI Control
ActiveX for Microsoft MAPI Control
meghna
Member
04-19-2002
04:50 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
I want to use Microsoft MAPI Control to send mail.
0
Kudos
Message
1
of 4
(3,601 Views)
Reply
Re: ActiveX for Microsoft MAPI Control
Lab Viewer
Active Participant
04-19-2002
09:05 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
You need 2 controls :
- MAPISession1
- MAPIMessages1
Call:
- MAPISession1.SignOn
- MAPIMessages1
.MsgIndex = -1
.RecipDisplayName = "SendTo"
.MsgSubject = "Subject"
.MsgNoteText = "Message"
.SessionID = MAPISession1.SessionID
.Send
- MAPISession1.SignOff
Hope this helps
0
Kudos
Message
2
of 4
(3,601 Views)
Reply
Re: ActiveX for Microsoft MAPI Control
meghna
Member
Author
04-26-2002
06:02 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
Thanks for help. LabVIEW program works fine. But, I can't find MAPI activex for MAPISession & MAPIMessages on each PC. How I can install it?
0
Kudos
Message
3
of 4
(3,601 Views)
Reply
Re: ActiveX for Microsoft MAPI Control
Lab Viewer
Active Participant
04-26-2002
09:49 AM
Options
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report to a Moderator
As far as I remember the file containing them is MSMAPI32.OCX (usually in
\SYSTEM\).
Alll you have to do is take this file on the target machine, place it in the right folder and execute "regsvr32 msmapi32.ocx" from command prompt.
Hope this helps
0
Kudos
Message
4
of 4
(3,601 Views)
Reply
All Forum Topics
Previous Topic
Next Topic