Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
Contains whether the appointment appears in the free/busy string returned by the GetFreeBusy method of the Addressee object. If the value of the Transparent property is "Transparent," the appointment does not appear in the free/busy string.
For more information about using free/busy information, see Checking Free/Busy Status.
Basic,VBScript] Property Transparent As String [C++] HRESULT get_Transparent(BSTR* pVal); HRESULT put_Transparent(BSTR Val); [IDL] HRESULT [propget] Transparent([out,retval] BSTR* pVal); HRESULT [proput] Transparent([in] BSTR Val);
Use the following constant values from CdoTranspValues.
Constant | Value |
---|---|
cdoOpaque | Opaque |
cdoTransparent | Transparent |
This property is also available as the schema field transparent.