Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Returns the type of calendar action, such as a meeting request.
[Visual Basic,VBScript] Property CalendarMethod As String read-only [C++] HRESULT get_DescriptionURL(BSTR* pVal); [IDL] HRESULT [propget] CalendarMethod([out,retval] BSTR* pVal);
Use the constant values in CdoMethodValues:
Constant | Value |
---|---|
cdoAdd | Add |
cdoCancel | Cancel |
cdoCounter | Counter |
cdoDeclineCounter | DeclineCounter |
cdoPublish | Publish |
cdoRefresh | Refresh |
cdoReply | Reply |
cdoRequest | Request |