Re: 2003 Code throws error in 2007 - CreateObject
Wed, 7 Nov 2007 17:39:02 -0600
Andrei,
The error is:
Run-time error '-2147221005 (800401f3)': The operation failed.
A very helpful error message :lol:
Sue,
I don't have access to the Exchange Server. The anti-virus is Symantec Antivirus, but it does not appear to have settings for outlook other than email scan settings.
Thank ...
|
E_ACCESSDENIED issue at Open attach
Tue, 6 Nov 2007 10:58:01 +0800
Hi all,
I am having an access denied issue on the first attachment of my msg file if the PR_ATTACH_NUM is 0.
here is my code:
if(SUCCEEDED (hResult = m_Message->Interface()->OpenAttach(attachRows->aRow[ctr].lpProps[1].Value.l, NULL, MAPI_BEST_ACCESS, &attach)))
{
if(SUCCEEDED (hResult = attach ...
|
2003 Code throws error in 2007 - CreateObject
Fri, 2 Nov 2007 00:38:37 -0500
Hello Outlook gurus,
I have some simple code which launches a form for saving emails to file. it works fairly well in Outlook 2003, but throws an error in Outlook 2007. Anyone know why and how to fix it?
Sub Open_SaveItem()
Dim objApp As Outlook.Application
Dim objSelItem As Object
Dim objSelectio ...
|
Consulting Help
Wed, 31 Oct 2007 08:06:02 -0700
I apologize in advance for this request, but I have just about exhausted
every Web resource I know of. I'm looking to hire a person or firm to assist
with Outlook 2003 custom forms development, deployment, and management. I've
gone through the entire list of MVPs and most don't seem to offer consulting
ser ...
|
form & folder fields to excel - reversed
Mon, 29 Oct 2007 20:56:00 -0700
I'm a very basic VBA user - and think I've bit off more than I can chew!
Used with great success Helen Feddema's code to EXPORT fields to excel, with
an outlook VBA procedure (http://www.helenfeddema.com/CodeSamples.htm#Code41)
HOWEVER - our IT-dept went ballistic and have refused permission to use
macros ...
|
Log in via Shared Add-in
Mon, 29 Oct 2007 14:11:04 -0700
Hello!
I was wondering, are there any chances that I create new Command Bar button
and when user clicks on it, new dialog pops up, asking user to enter user
name and password. After user submits this information, Internet Explorer is
opened with site, for example, GMail and that Shared Add-in transfers valu ...
|
Create Appointments in Outlook 2003 using ATL
Mon, 29 Oct 2007 01:44:43 -0700
Hi,
I have successfully created an Outlook add-in project in Visual Studio
2005.
I'm programming in ATL.
I'm wondering how one could create an appointment?
Here's some sample code...
STDMETHODIMP CConnect::OnConnection(IDispatch *pApplication,
AddInDesignerObjects::ext_ConnectMode /*ConnectMode*/, IDi ...
|
|
|
michael lalonde
Sat, 27 Oct 2007 23:15:06 -0500
jaggg
http://www.freewebs.com/wandererartificialstupidity/
http://www.geocities.com/wandererartificialstupidity
http://wandererartificialstupidity.tripod.com
http://members.aol.com/lalonm/
http://www.wanderers.freewebweb.com/
michael lalonde news
michael lalonde sudbury
michael lalonde photos
michael ...
|
Outlook 2003 Appointment Form and Calendar Label
Sun, 21 Oct 2007 13:15:39 -0600
When I view my custom form that I have published to a public calendar folder
the custom labels associated with that folder do not display in the Label
drop down. According to this article (
http://support.microsoft.com/kb/280886 ) this was a known issue for Outlook
2002. I assume since this is happening to ...
|
Help Designing Outlook Forms. Stop the chaos.
Sun, 21 Oct 2007 07:50:56 -0600
I admit it. I am new to Outlook forms. Perhaps my issues are due to my
lack of experience. Often when working on my custom form (designing,
debugging, etc) I find that if I use the "save" menu choice in the file menu
the OFT does not get saved. To work around this issue I began using "Save
As" and save i ...
|