Forum: Outlook - Using Forms
February 17th 09, 01:35 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 6
Views: 122
ApptItem_open
Development is Outlook 2000 (so we can deploy in 2000-2007), which is where
I am seeing this behavior.
No the object is not used or referenced elsewhere. It is created in a
NewInspector event and...
|
Forum: Outlook - Using Forms
February 16th 09, 04:40 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 6
Views: 122
ApptItem_open
Ken,
This is in VB6 so do not have access to the Marshal.ReleaseComObject() or
garbage collection classes.
Even if I step through this code (see below for the _open event code) and
chek the value...
|
Forum: Outlook - Using Forms
February 14th 09, 08:08 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 6
Views: 122
ApptItem_open
I have an add-in application that responds to the _open event of an ApptItem
(decl and sub below).
If I do anything that sets cancel to true the add-in does not completely
release memory. If I...
|
Forum: Outlook - General Queries
November 8th 08, 12:47 AM Posted to microsoft.public.outlook
|
Replies: 1
Views: 1,946
|
Forum: Outlook - Using Forms
September 11th 08, 11:45 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 310
Walk folder - using cached folders
So,is it more efficient if I navigate multiple folder levels to do:
set Folders = gobjOutlook.Session.Folders
for i = 1 To Folders.Count
Set MAPIFolders = Folders.item(i).Folders
...
|
Forum: Outlook - Using Forms
September 5th 08, 11:15 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 310
Walk folder - using cached folders
I have an application that needs to walk through the folders and determine
the folder type (contact, calendar and task) then execute a task
what I am encountering is a large delay when it walks the...
|
Forum: Outlook - General Queries
October 4th 07, 09:30 PM Posted to microsoft.public.outlook
|
Replies: 1
Views: 334
|
Forum: Outlook - Using Forms
July 3rd 07, 05:51 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 0
Views: 361
Cannot start the Expression Service
I have an installation of Outlook 2003 (BCM is NOT installed) that when I
attempt to open a custom form I get a message that says "failed to start the
expression service". I have searched the web for...
|
Forum: Outlook - General Queries
March 21st 07, 03:15 AM Posted to microsoft.public.outlook
|
Replies: 3
Views: 873
Country/Region in Contacts
Office xp/2002
"Russ Valentine [MVP-Outlook]" wrote in message
...
Depends on your Outlook version, which you did not post.
--
...
|
Forum: Outlook - Using Forms
March 16th 07, 06:59 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 0
Views: 1,031
Can't Open Item. Object cannot be found
I have a workstation where I cannot get any custom forms to load. If I
create a new item besed upon any of the forms I get the message Can't open
the item. The object cannot be found'.
I have...
|
Forum: Outlook - General Queries
March 16th 07, 03:06 PM Posted to microsoft.public.outlook
|
Replies: 3
Views: 873
|
Forum: Outlook - Using Forms
January 23rd 07, 05:04 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 0
Views: 247
Save Issue - Exchange
I have a contact based upon custom contact form with a form level command
button that saves and closes the form (along with doing some other
checking). In certain situations the contact is opened,...
|
Forum: Outlook - Using Forms
November 6th 06, 05:06 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 0
Views: 416
OL2007 B2TR
I have an Outlook Add-in that runs fine in Outlook 2000 thru Outlook 2007
Beta 2. The other day I installed O2007 Tech Refresh on my Beta 2
installation and now things no longer work.
Key things...
|
Forum: Outlook - General Queries
October 7th 06, 04:08 PM Posted to microsoft.public.outlook
|
Replies: 0
Views: 629
|
Forum: Outlook - General Queries
August 8th 06, 04:34 PM Posted to microsoft.public.outlook
|
Replies: 5
Views: 1,807
Password Protected PST
Is there a way to get around the password protection of a pst file? I have
a pst with a password but do not recall what the password is.
Jack
|
Forum: Outlook - Using Forms
April 27th 06, 05:52 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 746
Conversation Index - Post
Is there anything that one should be aware of when changing the
ConversationTopic (not Index) via CDO (actually I am using Redemption's
RDO)? Do I need to change the ConversationIndex to...
|
Forum: Outlook - Using Forms
April 26th 06, 11:03 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 746
Conversation Index - Post
Is there a way to change the ConversationIndex of a post item to have it
link to another parent?
Jack
|
Forum: Outlook - Using Forms
April 26th 06, 11:02 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 0
Views: 516
activities tab issue
I have an instance of Outlook 2000 where I go to the activities tab of a
contact and have it search for items that reference that contact and it just
continues to search and search but never finds...
|
Forum: Outlook - Using Forms
March 22nd 06, 02:18 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 723
Convert Forms
The size indicates it is onoffed.
What are my options to reset the form?
Jack
"Sue Mosher [MVP-Outlook]" wrote in message...
|
Forum: Outlook - Using Forms
March 22nd 06, 01:27 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 723
Convert Forms
I do not globally set the default form.
However the form size does indicate it is oneoffed, yet the
contactitem.formdescription.onoff is false.
Jack
"Sue Mosher [MVP-Outlook]"...
|
Forum: Outlook - Using Forms
March 22nd 06, 01:01 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 723
Convert Forms
In the past to have an outlook item open using a particular published custom
form I set the item.messageclass to the published form's message class.
And, likewise to convert the item back to use...
|
Forum: Outlook - Using Forms
March 21st 06, 02:08 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 927
Malicious code message
But these forms are published to the personal forms library and they work
++90% of the time.
Jack
"Sue Mosher [MVP-Outlook]" wrote in message...
|
Forum: Outlook - Using Forms
March 21st 06, 12:57 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 3
Views: 927
Malicious code message
I have a custom form that is based upon a contact form. This form uses a
data/time picker custom control.
Every now and again when I open one of these forms I get a message about the
to help...
|