![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hello!
Is there any way to hook into SMTP transport in Outlook 2007 and pick up messages that goes to SMTP server? |
Ads |
#2
|
|||
|
|||
![]()
No. Application.ItemsSend event is the best you can do.
-- Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool - "mad" wrote in message ... Hello! Is there any way to hook into SMTP transport in Outlook 2007 and pick up messages that goes to SMTP server? |
#3
|
|||
|
|||
![]() "mad" wrote in message ... Hello! Is there any way to hook into SMTP transport in Outlook 2007 and pick up messages that goes to SMTP server? One of the spam filters awhile back had a novel approach, it installed a pseudo SMTP server that listened to the loopback address, and played man-in-the-middle between Outlook and the real SMTP server. Outlook was configured to use localhost as its SMTP server, and the pseudo-server was configured with the real server details. The benefit was that it was virtually guaranteed to work with ant SMTP client software, without need of addins, extensions nor other carnal knowledge. One drawback (from the outside looking in) was that communicating server errors back to the client was a little funky -- how does an SMTP server tell an SMTP client that the server isn't answering? Otoh, it's not like Outlook is exceptionally forthcoming in such cases, so little was lost (imho.) As for how much work it would be, figure you're implementing both sides of the exchange; I'm sure there are any number of open source projects for both sides, find one you like for each, integrate them and splice-in your functionality. (Makes it sound trivial, doesn't it?) :-) -Mark |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
cannot add fax mail transport in outlook 2007 | Hammerhead | Outlook - Installation | 13 | April 3rd 10 04:03 AM |
Outlook 2007 and POP/SMTP | Jennifer | Outlook - Installation | 3 | September 13th 07 03:28 AM |
ÎÞ·¨ÕÒµ½Ö÷»ú¡°SMTP¡±¡£Çë¼ì²éÊäÈëµÄ·þÎñÆ÷ÃûÊÇ·ñÕýÈ·¡£ ÕÊ»§: 'POP3', ·þÎñÆ÷: 'SMTP', ÐÒé: SMTP, ¶Ë¿Ú: 25, °²È«(SSL): ·ñ, Ì×½Ó×Ö´íÎó: 11001, ´íÎóºÅ: 0x800CCC0D | John Smith | Outlook Express | 0 | September 5th 06 01:15 AM |
ÎÞ·¨ÕÒµ½Ö÷»ú¡°smtp¡±¡£Çë¼ì²éÊäÈëµÄ·þÎñÆ÷ÃûÊÇ·ñÕýÈ·¡£ ÕÊ»§: 'pop3', ·þÎñÆ÷: 'smtp', ÐÒé: SMTP, ¶Ë¿Ú: 25, °²È«(SSL): ·ñ, Ì×½Ó×Ö´íÎó: 11001, ´íÎóºÅ: 0x800CCC0D | Outlook Express | 0 | June 17th 06 09:44 AM | |
outlook should able to hook up to netscape to recieve e-mail | Johnt1982 | Outlook - Installation | 1 | April 10th 06 04:08 AM |