| Thread | Last Post | Replies |
|
| contact form force not dirty | 29 Apr 2008 23:20 GMT | 1 |
I am having an issue that I am wondering if anyone can shed some light on. I have customized an outlook contact form by making the second tab "P. 2" visible, then adding additional controls to it. I have code in the
|
| Enforce add-ins | 29 Apr 2008 01:47 GMT | 1 |
I would like to know whether there's a possible way to centerally manage outlook add-ins for all clients. meaning enabling all add-ins for outlook clients (by GPO for example). Actually, what i would like to do is to limit the connection to exchange server only to outlook clients ...
|
| Send/Receive Dialog AND MailBody Control | 28 Apr 2008 14:31 GMT | 2 |
i need some help and infos for my addin which i'm working on. First: Is it possible to create an own task which appears in the Send/Receive Dialog? I use the SyncHandler which fires events when the syncprocess is
|
| Outlook AddIn in vs2008 questions | 28 Apr 2008 14:14 GMT | 2 |
I have a simple Outlook 2003 AddIn created using Outlook 2003 AddIn template in vs 2008. The full code is given below at the end. I got warnings on Interop assemblies as I have Office 2007 installed while AddIn is 2003 but as I need to target both 2003 and 2007 I am sticking to ...
|
| Highlight a contact? | 28 Apr 2008 14:01 GMT | 1 |
Is there any way to highlight contact? I have the entry id of a contact and want to highlight the contact.Is there any function that help me to sort this problem
|
| Outlook and time zones - HELP! | 25 Apr 2008 20:30 GMT | 1 |
So I've done some research and I understand the UCT time system that Outlook uses - so that wherever you are the time is accurate. HOWEVER, I'm in LA and my boss has a 3pm meeting in NY - if i put the meeting in at 3pm it shows up as noon for him and the rest of the team in NY. ...
|
| How To Remove An Outlook Add-in | 25 Apr 2008 20:10 GMT | 1 |
I'm about to deploy an Outlook 2003 add-in, developed using VSTO SE, and I'm currently developing a rollback plan. Are there any resources available that show how to cleanly remove an add-in? The add-in adds a control to the standard toolbar of selected Inspectors along with an ...
|
| Access to MailItem properties before opening new inspector ? | 25 Apr 2008 19:50 GMT | 8 |
when opening MailItem in a new inspector, certain properties are lost (SenderEmailAddress for example). I can access those properties before, in SelectionChange, ItemLoad or Read events, however, that works fine for items that have not been loaded into memory / cached yet.
|
| Automatically sending and tracking encrypted e-mails. How? | 25 Apr 2008 13:51 GMT | 5 |
I need to write a small application (C#, .NET 3.5), preferably as Outlook add-in, that would be able to distribute e-mails with personalized content to several thousand employees of the company (internal distribution only). Since the content is sensitive and
|
| Folder Custom View | 24 Apr 2008 01:44 GMT | 6 |
Thank you for your assistance. I am using VS 2008 and Outlook 2007 Please advise as to the best way to achieve the following: 1) I want to be able to click on a button that resides in the Explorer
|
| Handling of Double or Single Quotation Marks in ConversationTopic | 24 Apr 2008 01:40 GMT | 6 |
I have an issue here in using the Restrict method to confine my result set to a specific topic. In both cases below EmailSubject is a string passed in to a method that handle the statement. Case 1 (use of escaped double quotes in search string):
|
| Folder name search possible, Redemption or OOM? | 22 Apr 2008 17:37 GMT | 1 |
Is there any Redemption or OOM method which allows for a folder search based on a name string? In other words, if I pass a string 'folder5', is there anything like: rdoFolder = redemptionObj.FindFolder("folder5");
|
| meeting item | 21 Apr 2008 14:52 GMT | 4 |
how can i know the sender email address of a meeting item? i know that in outlook 2007 assembly exists in the metting item there is a propertie that return the sender email's address but iam using office 2003 and i can´t find nothing similar to that.someone can help me?
|
| SelectionChange event in Outlook 2007 calendar | 21 Apr 2008 09:35 GMT | 5 |
I am writing an add-in, that does few things, with emails and appointments on the calendar. I need to read every item once it it selected by user, since ItemLoad fires only once, and I got to get Item's few properties upon it's selection.
|
| Security on the Calendar folder | 18 Apr 2008 21:02 GMT | 3 |
I am writing an Add-In to change the Security of the calendar on first startup. The Security for the folder should be so that a global ADS group has review access to the calendar. How can I set the security content of that Folder? Via MAPI, CDO any help
|