Author |
Message
|
zpat |
Posted: Fri Oct 29, 2010 1:22 am Post subject: MQ to MAPI (email) any options? |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
I need to be able to send an Email via MAPI. So I would like a bridge from MQ to MAPI, or from files to MAPI.
Does anyone know of such a thing?
(STMP/POP3 is not possible in this case.)
Or alternatively what is the easiest way to make both MQ and MAPI calls (without resorting to compiled languages like C or C++)? |
|
Back to top |
|
 |
gbaddeley |
Posted: Fri Oct 29, 2010 3:19 am Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
I don't know of such a thing. MAPI is not very difficult to use, maybe powershell can call it. http://www.blat.net/ might be helpful. _________________ Glenn |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Oct 29, 2010 3:56 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
VB.NET?
Not technically compiled, I guess. |
|
Back to top |
|
 |
zpat |
Posted: Fri Oct 29, 2010 4:50 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Blat uses SMTP.
I have found a command line program mapisend which may be useful. This comes from a MS resource kit.
VB.net is probably the best option for coding as you suggest. |
|
Back to top |
|
 |
RogerLacroix |
Posted: Thu Nov 11, 2010 8:58 am Post subject: Re: MQ to MAPI (email) any options? |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
zpat wrote: |
I need to be able to send an Email via MAPI. So I would like a bridge from MQ to MAPI, or from files to MAPI. |
MAPI is an old obsolete Windows-only Outlook e-mail API.
zpat wrote: |
(STMP/POP3 is not possible in this case.)
Or alternatively what is the easiest way to make both MQ and MAPI calls (without resorting to compiled languages like C or C++)? |
About a year ago, I added a whole bunch of code to MQ Batch Toolkit to be a bridge between email and MQ plus many, many other features, such that it would be the base for v2.0 of MQ Batch Toolkit. The coding and most of the testing is done but I got pulled back into the security world before I could complete everything.
It uses SMTP and POP3 to send and receive emails. I wrote it to treat an email account like a queue. The email message body becomes the message data for 'GetEmail' command and the opposite for 'SentEmail' command.
If you want to be a guinea pig then I can package it up for you.
Regards,
Roger Lacroix
Capitalware Inc. _________________ Capitalware: Transforming tomorrow into today.
Connected to MQ!
Twitter |
|
Back to top |
|
 |
zpat |
Posted: Thu Nov 11, 2010 11:17 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Thanks, but WMB can pretty much do that as well.
But unfortunately POP3 is not allowed for various (questionable) reasons. |
|
Back to top |
|
 |
|