Creation of "Sent" email
Hello colleagues! It may sounds weird but I need to create a new mailitem having a status "sent". Unfortunately, this mailItem property is read-only and I have no clue how to work-around it. The only...
View ArticleNew Outlook.Application Causes Error
In VB6, all my code works if I use an existing instance of Outllook, but if I try to instantiate a new instance, I get Error 2147023782. This happens if I use early or late binding. Both of the...
View ArticleCan't "Advance search" .pst files in Outlook...
....after upgrading to Office 2007 under XP and installing what I now know is the infamous Windows Search 4.0. I can search my Inbox and Sent folder but consistently get null results when I search any...
View ArticleZip the Microsoft.Office.Interop.Outlook.dll with my application.
To use Outlook 2010 within my C# application I need to be sure that the proper Microsoft.Office.Interop.Outlook.dll (version 14) exists in the accessible path. This dll comes with Visual Studio 2010,...
View ArticleProblem running form from toolbar in correct profile
Hi there, At work I have 3 Outlook windows running at all times, 1 personal mailaccount and 2 accounts shared with co-workers. The instances are started through a shortcut with a profile "profilename"...
View ArticleWindows Mobile Device Center does not "see" Outlook 2010
OS: Windows 7 64-bits App: MS Office 2010 RTM 64 bits I just installed Office 2010 RTM. Mobile phone will no longer synchronize with Outllok, WMDC 6.1 claims Oulook is "not installed". Is there a...
View ArticleSlow performance of preview pane
I am wondering if anyone has seen this and has a fix? When using Outlook with the preview pane turned on, you select a new email and the email is very slow to display. As well if you double-click an...
View ArticleCustom Fields SharePoint in Outlook
Hi, First of all, sorry for x-posting, but I've set at least a follow-up to: microsoft.public.developer.outlook.addins I am not 100% sure if I have found the right group anyways, but let's begin first:...
View ArticleOutlook automation - SendUsingAccount readonly?
Hi experts, I am trying to change the default Outlook account but it seems to be readonly for new mail messages... Does somebody know the solution? My code (Visual FoxPro): oOutlook =...
View ArticleImporting 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 Article