Can someone help out with defining OlResponseStatus?

C

Cape Codder

OlResponseStatus constants

olResponseAccepted, olResponseDeclined, olResponseNone,
olResponseNotResponded, olResponseOrganized, or olResponseTentative.

Some of these are obvious. However - some are confusing to me.

For instance - what is olResponseOrganzied? I would think that would
return the recipient who organized the appointment. However, in my
code - my status is 0 (olResponseNone) and I send the meeting request.

Also - what triggers olReponseNotResponded. I mean - how does that
differ from OlResponseNone?

Thanks!
Brian
 
K

Ken Slovak - [MVP - Outlook]

olResponseOrganized is the status for the organizer. It should be set
when you accept the meeting. I've never run into a state of
olReponseNotResponded offhand. As a guess it might be set if no
response was received and the meeting time was past?

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Lead Author, Professional Outlook 2000 Programming, Wrox Press
Lead Author, Beginning VB 6 Application Development, Wrox Press
Attachment Options
http://www.slovaktech.com/attachmentoptions.htm
Extended Reminders
http://www.slovaktech.com/extendedreminders.htm
 
Top