how to get and change the property of the Meeting Request???

  • Thread starter Thread starter Jet
  • Start date Start date
J

Jet

hi, all:

In Outlook 2003, i have created a customized Appointment Form with VBScript
behind it, when i use this form to create a meeting and invite attendees, i
noticed that a MeetingRequest is sent to the attendees.

Can I get or change some properties of the meeting request before it is sent
out? how can i do that?

thanks in advance,

Jet
 
Does that correspond to an Outlook object model property? If so, what?

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
it is not a OOM property, i believe it is some property Microsoft does not
make public.

Does that correspond to an Outlook object model property? If so, what?

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
And what does that property do and what kind of values does it support? I'd
rather not go on a wild goose chase regarding a property known to be
read-only or try to set a text value on a Boolean property.
 
It is a PT_LONG value, i can use OutlookSpy to change this value.
this value controls whether the MeetingRequest can be displayed in the
Reading Pane.
 
Back
Top