![]() |
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
|
|||
|
|||
![]()
I've created some code in the ThisOutlookSession module (using the
NewInspector event) which works fine. However, it is completely ignored if a user creates an email from a file in Word or Windows Explorer. Is there any way to include my code for these ways of creating an email? thanks |
Ads |
#2
|
|||
|
|||
![]()
If an email is created using one of the SendTo methods that use Simple MAPI
you will never get NewInspector and Outlook won't know about the email. In fact, the email won't even be in the Inspectors collection so you couldn't even poll that collection to see if anything was added to it. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Martin" wrote in message ... I've created some code in the ThisOutlookSession module (using the NewInspector event) which works fine. However, it is completely ignored if a user creates an email from a file in Word or Windows Explorer. Is there any way to include my code for these ways of creating an email? thanks |
#3
|
|||
|
|||
![]()
Thanks Ken - though I guess Outlook must know about this type of email to
some extent because they're still put in the Sent Items folder. Is there a way of substituting the default mail message template with a custom form instead? "Ken Slovak - [MVP - Outlook]" wrote: If an email is created using one of the SendTo methods that use Simple MAPI you will never get NewInspector and Outlook won't know about the email. In fact, the email won't even be in the Inspectors collection so you couldn't even poll that collection to see if anything was added to it. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Martin" wrote in message ... I've created some code in the ThisOutlookSession module (using the NewInspector event) which works fine. However, it is completely ignored if a user creates an email from a file in Word or Windows Explorer. Is there any way to include my code for these ways of creating an email? thanks |
#4
|
|||
|
|||
![]()
Not that I know of. As far as I'm concerned Send To is unusable.
-- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Martin" wrote in message ... Thanks Ken - though I guess Outlook must know about this type of email to some extent because they're still put in the Sent Items folder. Is there a way of substituting the default mail message template with a custom form instead? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
'Send to mail recipient' does not work | Stef | Outlook - General Queries | 1 | March 4th 06 07:33 PM |
Send To | Mail Recipient | Geoff | Outlook Express | 3 | March 1st 06 11:40 PM |
Send 1 e-mail, but recipient receives 2 messages | Melissa | Outlook - General Queries | 1 | February 15th 06 09:21 PM |
Please help "None of your e-mail accounts could send to this recipient." | charlied | Outlook - General Queries | 0 | February 13th 06 09:35 PM |
Using Send ToEmail Recipient tool | Jon LaBarge | Outlook - General Queries | 1 | January 27th 06 01:39 AM |