Forum: Outlook and VBA
April 2nd 09, 01:34 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 4
Views: 530
Set Custom View
I tried all these methods without success and I decided to go the hard way
about it but it works just like I want it.
Here is what I did:
1. Configure the view they way I want it (fields,...
|
Forum: Outlook - Using Forms
October 25th 07, 05:08 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 5
Views: 424
|
Forum: Outlook - Using Forms
October 22nd 07, 09:04 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 4
Views: 1,332
Save Calendar item to iCal format
Ah Sue thanks for the step-by-step. That really did it. The answer is 8!
Thanks much once again!
Rafael
"Sue Mosher [MVP-Outlook]" wrote:
Same answer - look it up using the object browser and...
|
Forum: Outlook - Using Forms
October 22nd 07, 06:59 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 4
Views: 1,332
Save Calendar item to iCal format
Thanks Sue.
I had tried this already but the example I see there is for VBA only which I
am not able to traslate to VBScript. The VBScript example only talks about
saving to text. I know the...
|
Forum: Outlook - Using Forms
October 22nd 07, 05:48 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 4
Views: 1,332
Save Calendar item to iCal format
All,
I have not been able to find a good example on saving an Outlook Calendar
item as iCal (ics) using vbscript from a form. Any idea on what the Const
variable should be set to or is there an...
|
Forum: Outlook - Using Forms
October 14th 07, 11:29 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 262
|
Forum: Outlook - Using Forms
October 14th 07, 06:21 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 262
|
Forum: Outlook - Using Forms
September 26th 07, 11:27 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 10
Views: 972
Disable Outlook 2007 automatic meeting update
Meeting Details is the name of my custom page.
It is tricky as the meeting request comes in as a meeting request message
class but Microsoft changed the behavior of Outlook 2007 and although it...
|
Forum: Outlook - Using Forms
September 26th 07, 04:52 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 10
Views: 972
Disable Outlook 2007 automatic meeting update
Your suggestion did not solve my issue Sue but then again I did not try the
using the explicit form. However, regardless of how I bring up an
appointment, the form substitution would still show...
|
Forum: Outlook - Using Forms
September 26th 07, 04:28 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 10
Views: 972
Disable Outlook 2007 automatic meeting update
I can't say I've tried that but that won't look any different to Outlook and
when the meeting update is received. Regardless, Outlook 2007 by default
will process meeting updates automatically and...
|
Forum: Outlook - Using Forms
September 26th 07, 03:48 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 10
Views: 972
Disable Outlook 2007 automatic meeting update
Hey Sue thanks for revisiting this issue. I'll try to explain better.
I created a custom appointment form which has one additional page called
Meeting Details. On this new page, we enter "internal...
|
Forum: Outlook - Using Forms
September 9th 07, 03:10 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 0
Views: 635
NewMailEx Code runs only once...
I came across the code below and it is by far the most consistent method to
check for new emails that I've found.
Any how, the only problem I have is that it I receive multiple (two) meeting...
|
Forum: Outlook - Using Forms
September 7th 07, 08:04 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 10
Views: 972
Disable Outlook 2007 automatic meeting update
The issue is that when Outlook 2007 processes the meeting update, some how my
custom form does not get updated even though the NEW information/data is part
of the meeting update message.
I made...
|
Forum: Outlook - Using Forms
September 6th 07, 07:06 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 10
Views: 972
Disable Outlook 2007 automatic meeting update
All,
It appears that Outlook 2007 automatically updates your calendar item when
you receive a meeting update which is something Outlook 2003 did not do. I
get a button on the email message that...
|
Forum: Outlook and VBA
August 27th 07, 04:38 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 413
|
Forum: Outlook and VBA
August 26th 07, 01:52 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 413
Current Apponitment Send function
Is it possible to send an update of the current appointment (opened in
inspector) to only certain members of the recipients list programmatically?
I've tried a few things and I always get prompted...
|
Forum: Outlook - Using Forms
August 20th 07, 09:32 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 483
|
Forum: Outlook - Using Forms
August 20th 07, 08:48 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 483
|
Forum: Outlook - Using Forms
August 17th 07, 08:42 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 16
Views: 1,262
Outlook Form Regions
Ken,
If I modify the form region on the meeting request form, the data is
preserved it appears. All I need to do if possible is to take the data from
the current item's form region and add it to...
|
Forum: Outlook - Using Forms
August 17th 07, 07:50 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 16
Views: 1,262
Outlook Form Regions
I'm starting to get the hint Ken. I see why Sue gave up on this stuff some
years ago.
Well, is back to custom form then. Thanks for your help!
Rafael
"Ken Slovak - [MVP - Outlook]" wrote:
...
|
Forum: Outlook - Using Forms
August 17th 07, 06:38 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 16
Views: 1,262
Outlook Form Regions
As I mentioned earlier the data I enter on the IPM.Appointment form remains
on my side at least but it does not make it to the message going out on
IPM.Schedule.Meeting.Request form.
Do you have a...
|
Forum: Outlook - Using Forms
August 17th 07, 06:18 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 16
Views: 1,262
Outlook Form Regions
OutlookSpy is a great tool indeed but I do not the data from my form region
anywhere.
"Ken Slovak - [MVP - Outlook]" wrote:
Get hold of a MAPI viewer such as OutlookSpy (www.dimastr.com) and...
|
Forum: Outlook - Using Forms
August 17th 07, 04:22 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 16
Views: 1,262
Outlook Form Regions
I must admin I'm not clear on what "test" I need to do to confirm this. It
is apparent that the data is being stipped out at some point so not sure how
to test where this happens.
Rafael
"Ken...
|
Forum: Outlook - Using Forms
August 17th 07, 02:48 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 16
Views: 1,262
Outlook Form Regions
The controls are bound to custom fields I created/user properties. And when
I receive the meeting invite, I am able to type data into the Form Region,
save the calendar Item and exit Outlook. ...
|
Forum: Outlook - Using Forms
August 17th 07, 01:30 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 16
Views: 1,262
Outlook Form Regions
The Form Region is displayed with blank controls.
The controls are blank on the meeting request as well on my sent items.
Thanks,
Rafael
"Sue Mosher [MVP-Outlook]" wrote:
|