| Thread | Last Post | Replies |
|
| don't want to display in sentitems | 30 Sep 2009 14:35 GMT | 2 |
hi i am able to send mails from outlook through C#, but in some conditions i don't want to save in sent items and some times i want to display in sent items below is my code
|
| inspector toolbar buttons get multiple events | 28 Sep 2009 14:05 GMT | 3 |
I am writing VSTO SE addin for outlook 2003 in C#. I am keeping reference to all open inspectors using inspector wrapper class. When a newInspector event occurs I add a new toolbar and a button to the toolbar (unless they are already present, which never happens) . I also add a ...
|
| Outlook Connector crashes outlook! | 26 Sep 2009 20:35 GMT | 1 |
I grudgingly installed outlook connector to continue access my hotmail through outlook. When I add my Hotmail (Premium, live) to the Outlook connector, close and restart OL, OL crashes with the following errors: Bucket 1250551571, bucket table 1, faulting application outlook.exe,
|
| How to catch Message Move Event. | 26 Sep 2009 19:50 GMT | 10 |
Is there any way to Catch Message Move event through outlook addin, when message/s are moved by using Email-rules or to Archive folders? I am able to do this on manual message move by catching ItemRemove on selected folder.
|
| Obtaining the Message-ID (rfc882) from a sent mail | 26 Sep 2009 18:43 GMT | 3 |
Hi, I'm having problems seeing the message headers of sent mails. I have a simple outlook add-in that's showing me the message headers of emails. Currently, it works for received mails, but I can't obtain the information for sent messages. The same thing happens when I manually go ...
|
| How to disconnect Application.COMAddIns.Item().Object? | 22 Sep 2009 15:48 GMT | 5 |
To access functions of my AddIn from external, I followed KB Article http://support.microsoft.com/?kbid=240768 and set a reference at start: Application.COMAddIns.Item("MyAddInName.Connect").Object =
|
| Unable to receive events from Office::msoControlButton | 22 Sep 2009 14:07 GMT | 1 |
I'm (trying to) program an addin in VC++ (VS 2005) for Outlook 2003 How do I catch the event when the user clicks a button within the menu? Is there a way to DispEventAdvise for the Office::CommandBarControls or the Office::CommandBarPopup which "owns" the menu items?
|
| Travel Agency Add-In | 21 Sep 2009 14:13 GMT | 1 |
Trying to run the sample Travel Agency Add-In. VS2008, Outlook2007 After converting the 2005 solution and fixing the namespace error in ThisAddin.Designer.cs, I was able to build and install the solution.
|
| Attachment not display in mail | 21 Sep 2009 14:05 GMT | 7 |
In outlook addin when i open a mail ActiveInspector_Activate event is called. Here i add an attachment to this mail using MAPI. To add attachment using MAPI MapiSession->logon()
|
| Outlook Integration (Add-Ins) | 18 Sep 2009 15:31 GMT | 1 |
I have a scenario like, from my database how many favorite clients ar there, that many folders I have to create in Outlook under Inbox/Archiv folders. And based on the selection of particular client folder, need to displa
|
| How to programmatically select a outlook search folder? | 18 Sep 2009 15:22 GMT | 1 |
Actually I need to have a window, where user can enter some creteria fo search and on click of search, results need to be displayed in th folder view pane. Any ideas on how to do this?
|
| How to install custom mapi form programmatically? | 17 Sep 2009 14:52 GMT | 1 |
I have downloaded formserver sample from msdn. With that, it i preparing formserver.exe and .cfg file, I am installing the for manually in outlook. But is there a way to install the custom form programmatically?
|
| Custom mapi is not displayed in the readingpane. Why? | 17 Sep 2009 14:33 GMT | 1 |
I have downloaded sample formserver from microsoft and installed th custom form. The custom form is displyed properly in inspector window. But in readingpnae, it is showing a message as "This item cannot be displaye
|
| How turn off outlook security warning dialog box from outlook | 17 Sep 2009 14:29 GMT | 1 |
hi i able to sendi mail from my .net c# windows application. but when ever mail is going it is coming bellow warning , how to surpress this dailouge "A Program is trying to automatically send e-mail on your behalf.
|
| out to check whether outlook configured or not | 16 Sep 2009 15:11 GMT | 1 |
I need to perform following two checks before sending mail through outlook 1. whether Outlook is installed on a machine 2. If installed whether it is configured or not for current user i am trying in c# and outlook is 2003
|