I am getting message id (using propertyaccessor) in outlook for microsoft exchange emails for sent items if not using cached mode. But, in cached mode, it is e
I have created outlook addin in C# to storing mail subjects in SQLite database using redemption(background). Can we access redemption method/Class of outlook ad
I have around 200 000 emails in outlooks public folders. Exporting to pst is a little bit fast but I don't know if psts are reliable. Also decoding it perfec
I'm working in Visual Studio 2012 to build a relatively simple add-in for Outlook 2010. Machines are Win 7 Enterprise 32 and 64. The purpose of the add-in is
currently we can add some red flags to email. And after that, we can those flag icons to appear while listing of emails. I want the similar
currently we can add some red flags to email. And after that, we can those flag icons to appear while listing of emails. I want the similar
I am facing some problems trying to get the sent message from an Outlook plugin. In onItemSend event, I open a dialog where it shows some fields, with message
Is there any way to expand recurrence pattern and get list of dates that recurrence will occur. Outlook.RecurrencePattern pattern = aitem.GetRecurrencePattern
I need to suppress the printing of outlook userproperties programmatically added to a mail item. I had seen the following question that has a solution for dot.n
I'm working on an Outlook add-in that will monitor the current user's calendar and send that user an email when a specific type of appointment or meeting is rec
I'm working on an Outlook add-in that will monitor the current user's calendar and send that user an email when a specific type of appointment or meeting is rec
I'm developing an Outlook 2010 custom plugin in C#. This is my first time using C# (I'm a java guy normally). There is a named (custom) MAPI property on a mess
I have an outlook addin currently in development that reads mail properties from outlook and displays on a winform. I built the outlook on an environment with
I'm using Outlook.Application to send emails from my C# code. I have this Voltage Encryption Add-In which allows you to "Send Secure" a message rather than the
I'm developping an outlook addIn using C# and I need to get attachment id from redemption or RDO MAil. how's that? Thank you