| Thread | Last Post | Replies |
|
| Folder WebViewURL | 15 Apr 2008 05:43 GMT | 5 |
in our addin we have folders and for each folder some URL setting is done. like .. MAPIfolder lobjmfCustomer; lobjmfCustomer.WebViewURL = lstrUrl;
|
| Outlook add-ins - Error accessing Clipboard | 15 Apr 2008 04:01 GMT | 4 |
I've developed an Outlook add-in using VSTO 2005 and Office 2003 and C#. I've added a new command bar with some buttons. I need to get text from Clipboard to the message body upon clicking of one of my buttons. I'm using hte following code.
|
| Converation Tracking | 14 Apr 2008 21:02 GMT | 4 |
Is there a way to change the PS_CONVERSATION_TOPIC of a mailitem ? Or is there a way to set this property before/instead Outlook set this property to the Subject (without RE/FW)? We want to change the standard conversation management in Outlook and add a
|
| Adding RSS Feeds to Outlook Today Screen | 14 Apr 2008 14:11 GMT | 1 |
I was wondering if it is possible to customize the Outlook Today Screen to show items such as RSS feeds and hyperlinks? Any help would be much appreciated. Thanks
|
| bringing datepicker to the top | 11 Apr 2008 15:06 GMT | 1 |
Have created a form containing the datepicker as part of my toolbar(VSTO , O2003 ,C#). It had the problem of opening in the background instead of the foreground. Is there any solution . Have used the form.showdialog(activeInspectorHandle) but does not solve my problem.
|
| RDOSession.CurrentUser.Name, AD or Exchange property? | 11 Apr 2008 09:16 GMT | 4 |
If I am using the CurrentUser.Name property of an RDOSession object, does this point back to a property in Exchange or Active Directory? If so, which one, and which admin tool would I use to modify it? (Sorry, a sysadmin I am not...)
|
| Iterate through folder items using Redemption | 10 Apr 2008 19:47 GMT | 4 |
What is the quickest/best way to iterate through email items in an Exchange folder? thanks.
|
| Ical in outlook | 10 Apr 2008 15:23 GMT | 2 |
I need to add some event's in the Ical created by the metting request form, anyone know a away to do it? thank you, Mauro Batista
|
| Is there a 'Post send' event for an email | 10 Apr 2008 14:57 GMT | 5 |
I am writing an Outlook Add-in (in Visual C++) through which I need to identify all outgoing emails that are digitally signed (S/MIME). Using the 'ItemSend' event does not help since it triggers my event handler before digitally signing the email. The value of the PR_MESSAGE_CLASS ...
|
| The operation cannot be performed | 10 Apr 2008 14:53 GMT | 7 |
I encountered the following error message while try to move a contact from one folder to another folder. -> Cannot move the items. The operation cannot be performed because the message has been changed.
|
| Changing Content-Type of MailItem | 09 Apr 2008 23:55 GMT | 4 |
I'm trying to develop an Outlook Add-in in C# that intercepts outgoing emails with the "ApplicationEvents_11_ItemSendEventHandler" and modifies the message. The Add-in should also change the "Content-Type" header of the message.
|
| Invalidate control in Ribbon | 08 Apr 2008 17:07 GMT | 4 |
I have a custom toobar that I create calling getcustomUI in connect module. In the xml that I create on the fly i have a dropDown box. I load dropDown dynamically so i provided getItemCount getItemId, getItemLabel callbacks. Ocassionally I have to refresh dropDown based on the ...
|
| Web page in Outlook window | 07 Apr 2008 15:53 GMT | 5 |
I am trying for get a web page on outlook window( main screen). Like Linked in Addin does, when we click linked in button. I dont know how to start for that. I know how to create COM Addin. Any one can suggest any refernce?
|
| Talking to Outlook 2007 from SharePoint | 04 Apr 2008 17:01 GMT | 1 |
All, I have been tasked to create a SharePoint 2007 webpart that will talk to Outlook 2007 to get the current count of items within the Outlook 2007 inbox. I have written several Outlook 2007 add-in, however I am
|
| New Mail Item Event | 04 Apr 2008 14:11 GMT | 6 |
I am creating a outlook add-in .on clicking on any custom folder created by our add-in, we are opening windows forms. according to requirement , if some exception occours, we are providing a link button on errror form ( a window form with link button). on clicking on
|