outlook-2003
Macro VBA to get selected text in Outlook 2003
I am trying to use this code snippet to get the selected text in outlook 2003 Sub SelectedTextDispaly()[详细]
2022-12-25 18:00 分类:问答My Outlook context menu (add-in) button fires multiple times per one click
So I\'ve got this context menu working out except that the event behind the actual selection of the menu item seems to fire multiple times. First time I click it, it fires once, then twice, then 3 tim[详细]
2022-12-21 21:17 分类:问答Why does my VSTO Outlook Add-In hang on first run?
I开发者_C百科\'ve written this little MS Outlook 2003 VSTO Add-In using C# and Visual Studio 2008. It is meant to check each Mail Item being sent for the word \"attach\" in the body and if found, then[详细]
2022-12-19 05:06 分类:问答Hide the built-in Send button in Outlook 2003
I am using ms-outlook 2003, i want to hide the built-in send button and use the custom button to send the mail.[详细]
2022-12-18 18:26 分类:问答Can I use VBA to unzip a file using the native windows unzip feature?
I\'m using Outlook 2003 & I want to use a macro to unzip a file attachment on a message.Can I use the bui开发者_高级运维lt-in zip file handling of windows in VBA to do this and if so, how?I\'m run[详细]
2022-12-15 01:08 分类:问答How do I create and send appointments to Microsoft Outlook calender?
I am trying to create an appointment in the Microsoft Outlook (2003) calender of another person using the below code.While running this program, The Appointment is getting saved in my calender.But not[详细]
2022-12-14 21:40 分类:问答Move outlook mail from one mailbox inbox to different folder in same mailbox
I have several mailboxes which I can see in my Outlook profile.One of the mail开发者_如何学Pythonboxes, let\'s call it \"Mailbox - HUR\" receives messages constantly.presently one of my team goes into[详细]
2022-12-13 23:58 分类:问答Accessing an Access DB from Outlook via VBA
The situation: In Outlook I get a message from a server. The content of the message needs to be pu开发者_StackOverflow社区t into an Access db. But,[详细]
2022-12-13 23:43 分类:问答