Importing Email
Using, dotnet, I am importing emails to just load into a datatable. The one type of email I am not sure how to handle better is an email that has a digital signature, and in Outlook, the digital...
View ArticleOutlook
Hello, sorry to disturb it s my first time interacting with Outlook and i really need help. I m creating a pdf report when a mail is send with outlook. I have some code in C# and everything works fine...
View ArticleOutlook Object Model and Multi-Threading
Is it possible to safely access Outlook data via Outlook PIA's in a C# windows application using multi-threading? I am aware that the documentation for MAPI (http://msdn.microsoft.com/...
View ArticleBulletproof Exiting Outlook (and not crashing)
In building an Outlook integration, I try to exit Outlook this way: Marshal.ReleaseComObject(objOutlook) objOutlook = Nothing Before I did this, sometimes this code would not execute, and Outlook would...
View ArticleInternet Explorer Script Error
I have a website folder in Outlook with a few sub-folders to specific websites (3). On two of the websites that I'm pointing to, when I click on it, I get a series of Internet Explorer Script Errors...
View ArticleDecrypt a mail with MailItem of Outlook and Certificates of VerSig
Hi, i have one a problem, i am develop a application who read a mail from Exchange Server. my application using Primary Interop Assemblies (PIA) for connect with Exchange Server to simulate a Outlook....
View ArticleOutlook Object Model returns new id of public folder items
Hello, I have a strange behavior when retrieving items from public folders. I use Java and Comfyj to connect to Outlook. It uses the Outlook Object Model. What I have done so far. 1) Connecting to...
View ArticleDetect Outlook Crash
Is there any way to detect when outlook crashes while I'm connected to it? I have a program which checks my hotmail account by using outlook connector to read my emails in outlook, then I...
View ArticleCreating or modifying Outlook .Nk2 file in C#
Hi, I need to create or modify the Outlook .Nk2 file using C#. Help or documentation regarding the same is insufficient. Please help me. Thanks in advance! Unni
View ArticleBlock incoming emails in Outlook
Hi, I need to block incoming emails (basically SendAndReceive operation) in Outlook for a specified duration(say 1 minute). I need to do this programmatically in C#/C++. Please help me.. Thanks in...
View ArticleMS Access to send e-mail. How?
I am trying to use Access to automate the sending of a number of messages.I have the following code (stolen from MS KB161088 and modified) which fails with error code -1594867707 (a0f04005) when...
View ArticleHow to change default PST's path when outlook running via VBA?
How to change default PST's path via VBA when outlook running? This is my first to post issue to an English forum. I am developing an outlook add-ins via VBA,and i got a problem that how to change the...
View ArticleQuestions on the OutlookRibbonXCS example
Hi, I studied the OutlookRibbonXCS example but don't understand everything completely. Looking at public bool ColorWidgetsGroup_GetVisible(Office.IRibbonControl control) {...
View ArticleAccessing a Form Region from an Inspector
Hi, if I have the reference to an inspector, is it possible from there to access its form region? (Outlook 2007, COM Addin, c#) Thanks Tom
View ArticleLogon box -- need to get rid of this
http://msdn.microsoft.com/en-us/library/aa220124(v=office.11).aspx should answer my question but what is meant by "Profile" ? I've tried various guess for profile but can't come up with it. I am using...
View ArticleProgrammatically display UDF in Outlook Folder
Is there a way to display a User Defined Field programmatically in an Outlook Folder?. Here's how I create it (VB2008 and VSTO3): usrProp = m_Item.UserProperties.Add(strPropName,...
View Articleto many open objects
using System; using System.Collections.Generic; using System.Linq; using System.Text; using Microsoft.Office.Interop.Outlook; namespace PrintContacts { class Program { static void Main(string[] args) {...
View ArticleEmailing Distribution List
I'm trying to automate sending an email to a distribution list in Outlook 2003 using C#. I have a DistListItem object and I'd like to somehow add that to the BCC field of a MailItem object. Is this...
View ArticleEmailing Distribution List
I'm trying to automate sending an email to a distribution list in Outlook 2003 using C#. I have a DistListItem object and I'd like to somehow add that to the BCC field of a MailItem object. Is this...
View ArticleMicrosoft.Office.Interop.Outlook
outlook 2003 catander items.restrict when restricting items by dates - if dates span year boundary (i.e. from 01/12/09 to 31/01/10) restrict returns only items in latest year (i.e. only items in...
View Article