![]() |
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
|
|||
|
|||
![]()
Is there anyway in which when you open an new mail message form you can open
a C#/VB Application (editor) that once completed will return a string a place it in the message body of the new mail message? Instead of creating hundreds of forms, I was hoping to create an editor that would be called by Outlook, filled out by the user, and return the result to the message body. Is something of this nature possible? |
Ads |
#2
|
|||
|
|||
![]()
On Oct 26, 5:13 am, p_larkin
wrote: Is there anyway in which when you open an new mail message form you can open a C#/VB Application (editor) that once completed will return a string a place it in the message body of the new mail message? Instead of creating hundreds of forms, I was hoping to create an editor that would be called by Outlook, filled out by the user, and return the result to the message body. Is something of this nature possible? I am interested in doing the same thing. If You find a solution could you let me know. I will do the same. Thanks David Griffiths |
#3
|
|||
|
|||
![]()
Yes, it is possible, but rather complex to implement, especially if you want to support Outlook's ability to handle messages in three different formats. of upi wanted such an editor to appear automatically, you'd start with the Inspectors.NewInspector, Inspector.Activate, and MailItem.Open events.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "p_larkin" wrote in message ... Is there anyway in which when you open an new mail message form you can open a C#/VB Application (editor) that once completed will return a string a place it in the message body of the new mail message? Instead of creating hundreds of forms, I was hoping to create an editor that would be called by Outlook, filled out by the user, and return the result to the message body. Is something of this nature possible? |
#4
|
|||
|
|||
![]()
Do you know of any sample applications that do something like this? Anything
to help me out would be much appreciated. "Sue Mosher [MVP-Outlook]" wrote: Yes, it is possible, but rather complex to implement, especially if you want to support Outlook's ability to handle messages in three different formats. of upi wanted such an editor to appear automatically, you'd start with the Inspectors.NewInspector, Inspector.Activate, and MailItem.Open events. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "p_larkin" wrote in message ... Is there anyway in which when you open an new mail message form you can open a C#/VB Application (editor) that once completed will return a string a place it in the message body of the new mail message? Instead of creating hundreds of forms, I was hoping to create an editor that would be called by Outlook, filled out by the user, and return the result to the message body. Is something of this nature possible? |
#5
|
|||
|
|||
![]()
This sample might be the closest to what you're trying to do: http://www.devx.com/MicrosoftISV/Article/29261
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "p_larkin" wrote in message ... Do you know of any sample applications that do something like this? Anything to help me out would be much appreciated. "Sue Mosher [MVP-Outlook]" wrote: Yes, it is possible, but rather complex to implement, especially if you want to support Outlook's ability to handle messages in three different formats. of upi wanted such an editor to appear automatically, you'd start with the Inspectors.NewInspector, Inspector.Activate, and MailItem.Open events. "p_larkin" wrote in message ... Is there anyway in which when you open an new mail message form you can open a C#/VB Application (editor) that once completed will return a string a place it in the message body of the new mail message? Instead of creating hundreds of forms, I was hoping to create an editor that would be called by Outlook, filled out by the user, and return the result to the message body. Is something of this nature possible? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Application Hanging | Mike S. | Outlook - Installation | 3 | March 31st 07 03:33 AM |
CDO and Outllok application | Xiao | Outlook and VBA | 2 | December 20th 06 06:02 PM |
Picture-Property outside an application not possible? | Peter Marchert | Outlook and VBA | 0 | September 28th 06 10:41 AM |
Explorer.exe -Application Error | Dirving | Outlook - Installation | 1 | July 5th 06 06:36 PM |
Application) idlemon.dll | MP440 | Outlook - Installation | 0 | March 11th 06 08:08 AM |