MS 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 ArticleCreation 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 Article