outlook-object-model
Trying to get the MAPI ID of an Assigned Task in Outlook
I am currently writing an application that reads tasks from a Database and creates them in Outlook. In the database the tasks can be \"Assigned\" to a particular user and I have the task in outlook g[详细]
2023-02-14 00:42 分类:问答Dynamically load and use COM object in C#
I have a C# project, where I would like to access MS outlook, if it is installed on a client´s machine. The \"access outlook\" part has been done by referencing the outlook COM object, and going from[详细]
2023-02-12 08:57 分类:问答C# code for Outlook Folder Dialog box with check boxes to select contact folders
I C# I need a dialog开发者_运维百科 box that will allow a user to select certain folders.Ideally I would like a dialog box that will show only the contact folders and allow the user to select a certai[详细]
2023-01-30 09:07 分类:问答Searching Global Address List/Book
I\'m developing an app that will allow the user user to view the contents of an inbox that they have access to. I am having a difficult time trying to find a means of searching t开发者_如何学Pythonhe[详细]
2023-01-25 21:00 分类:问答When using the Outlook PIA or Embedded Interop types in .NET 4 does Outlook 2010 still need to be installed?
I\'m working the the Outlook (Outlook 2010) object model via the Office PIA and I need to know if I still need Outlook installed on the machine that my program executes on.This seems like a basic requ[详细]
2023-01-25 04:27 分类:问答Outlook 2007 Add-In : Reuse built-in 'To...' control at my Form Region (WinForm)
Is it possible to add \'To...\' \'Outlook.OlkTextBox\' OlkTextBox control at my WinForm (form region), so it will work like outlook build-i开发者_如何转开发n (I don\'t want to create my own copy of ou[详细]
2023-01-23 17:12 分类:问答COM Outlook addin ribbon buttons not responding in Korean Outlook 2010
I have a COM Outlook addin which implements a ribbon button in Outlook 2010. It\'s been working just fine for quite some time. Until someone tried to load the addin in the Korean version of Outlook. T[详细]
2023-01-22 23:39 分类:问答How can I add multiple email addresses in Outlook field "To" via C#?
Anybody know how can I add multiple email addresses in Outlook field \"To\" via C#? foreach (var to in mailTo)[详细]
2023-01-04 07:09 分类:问答How to access the subject of a compose mail item in Outlook
In Outlook, I can set the subject for a new message (when composing a new mail message), but I want to prepend text. So I need to get the subject first, and then set it.[详细]
2023-01-04 04:49 分类:问答Get Mailbox name in Outlook Addin using VSTO
I\'m working on开发者_开发问答 Outlook 2003 AddIn using VSTO.Is there a way to Get the Mailbox Name OR NTUserName of the user.To Get the user name logged on via outlook use Application.NameSpace.Curre[详细]
2022-12-20 05:05 分类:问答