RDO: using TypeOf to determine [OOM] Class
I've been using this successfully to determine whether an item object is a contact, task or appointment, but I have a related problem: Since all item types derive from RDOMail, how do I determine that...
View ArticleAdd signature to MailItem
Hi, all: When I send an email from Outlook add-in, in the mail item, can I add the signature that user normally uses in to it, without creating one one the fly? Thanks, Danny
View ArticleCompiler Error: Does not like...
I have a sample program below that I'm trying to convert to the newer mso.tlh (the code has not been updated for years). So, I had to add all of the "Outlook::" and "Office::" since the old tlh did not...
View ArticleLooking for email address under ItemSend event
Hi, I need to retrieve recipients' email addresses and sender's email address when an ItemSend event is raised. I just cannot get them, even I use Redemption MapiUtils. Like string lsAddresseeEmail =...
View ArticleEvent trigers only first two times from FromRegion.
Hello, I have a custom VSTO Addin with FormRegion. In that add_in I wan't to hook to the events triggered when a user presses Reply or Forward buttons of the inspector window running my FormRegion. To...
View ArticleContext menu for new message window
Hi All, I am developing an add-in for Outlook 2003 and above and would like to add an item to the context menu of the "new message" window. Is this possible? We are using Word for the editor and HTML....
View Article