Platform SDK: Exchange 2000 Server

Role Property

[This is preliminary documentation and subject to change.]

Specifies whether an attendee is optional, required, or the meeting chair.

[Visual Basic,VBScript]
Property Role As CdoAttendeeRoleValues
[C++]
HRESULT get_Role(CdoAttendeeRoleValues* pVal);
HRESULT put_Role(CdoAttendeeRoleValues Val);
[IDL]
HRESULT [propget] Role([out,retval] CdoAttendeeRoleValues* pVal);
HRESULT [proput] Role([in] CdoAttendeeRoleValues Val);

Remarks

Use the CdoAttendeeRoleValues enumeration to set the value for this property.