| Thread | Last Post | Replies |
|
| Fehlermeldung beim öffnen .MSG-D atei | 30 Jun 2009 13:54 GMT | 1 |
Hello Experts, I have developed an Outlook Add-in that man can save mails as .MSG-File in local disk. But when I just open up the saved mail(MSG) and Outlook is not opened, there appeared always an error "the Object variable or With block
|
| Events _REPLY, _FORWARD, or _NEW | 29 Jun 2009 14:16 GMT | 1 |
We are trying to build an Addin application for Outlook 2003 from Microsoft Visual Studio 2008 Professional Edition' We have problem finding out how to react to the Reply,Forward or New Event from the MailItem.
|
| assign task programmatically | 26 Jun 2009 22:02 GMT | 2 |
I need to programmatically assign a task. 1.When I assign task & display it,the "To" list appears empty.It is not refreshed.After send ,When I reopen the same Task for first time,it still shows empty "To" list but when opened afterwards it
|
| Outlook AddIn can't load outside Visual Studio | 26 Jun 2009 14:18 GMT | 1 |
Hi, I'm trying to deploy a Outlook AddIn into various computers. The AddIn is programmed in C# using VS2008, it works when I run it inside Visual Studio IDE, but when the project is installed via the Setup project, Outlook won't load the AddIn, if I try to load it manually, ...
|
| Task programming | 26 Jun 2009 14:16 GMT | 1 |
We need to make some forms using Outlook tasks. Most of our fields ara date type. Is there any callendar, which can be attached to the field for easier date selection? Marek Staniewski
|
| Appointment item properties | 26 Jun 2009 14:05 GMT | 5 |
Hi, im programming an AddIn that gets information abount appointment items and saves un-sync items to a SQL Server DataBase. All is working ok, but now I'm trying to get the appointment label text and can't find the exact method or propertie to get this information. If someone ...
|
| Outlook eating up delete keypress Options | 25 Jun 2009 07:44 GMT | 6 |
Our VB6.0 Outlook addin loads a panel (written in VC++) containing an internet explorer control in both the inspector and explorer views. The internet explorer control displays an HTML file with a simple text input. We faced similar issues with the backspace and delete key
|
| How to write into outlook status bar. | 24 Jun 2009 16:11 GMT | 2 |
I am writing a Outlook 2007 Addin using VB.Net. I want to know how to write into the Outlook status bar. The same place where messages such as, "Send/Recieve completed" "All Folders are up to date"
|
| How to create button in multiple lines? | 22 Jun 2009 14:05 GMT | 11 |
I create a toolbar with 8 buttons, in outlook2007 it display in one row, it is too long, how to set them in two rows, 4 buttons each row? which property or interface etc. And i don't want to make outlook2003 not work, in outlook2003, 2003 seems all button is in one row, Thank you.
|
| Hooking to Send/Receive Sync event of Contacts | 18 Jun 2009 14:02 GMT | 1 |
How to attach an eventhandler for SendAndReceive event of Contact folders/Contact Items in outlook 2007 using VSTo AddIn. I tried using Application.ActiveExplorer().SyncObjects.ForEach { SyncObject.SyncEnd += \\Do something
|
| OL2003 & VB6:- "Could not send the message" | 17 Jun 2009 16:20 GMT | 7 |
I've got some code that I'm changing the reply method for. In order to ensure the original message is not changed, I'm creating a copy of the item but with the reply method I get a "Could not send the message" - any thoughts. An extract from the relevent section:-
|
| Remove old recipients before forwarding | 17 Jun 2009 16:04 GMT | 1 |
I searched enough in this forum but couldn't find it. Is there any script / plugin -- to remove the old recipients when (auto) forwarding the mail to another email address (by a rule). So that the message body is forwarded and not the sender information. Thank you. .
|
| access appointmentItem from ribbon menu | 16 Jun 2009 18:40 GMT | 1 |
Hi Ng, i have added a ribbon to a appointmentitem with one button. Now i try to access the appointmentitem properties on the click event of the button.
|
| Save CommandBar position problem? | 16 Jun 2009 03:20 GMT | 2 |
I write my code by reference this link. http://msdn.microsoft.com/en-us/library/ms268891.aspx But there is a problem while i get the CommandBar position value.(Get value before Save to registry).
|
| How can I create and install an outlook plugin as a dll? | 15 Jun 2009 14:31 GMT | 3 |
When I install Dmitry's Outlook Spy or any other third party outlook plugin, it installs as a dll file and shows as "<PluginName>.dll" in the plugin section of Outlook. But when I am creating my own outlook plugin and installing it, it is showing as "MyPlugin.manifest.dll." How ...
|