Platform SDK: Exchange 2000 Server

Company Property

[This is preliminary documentation and subject to change.]

Contains the Company name for the person contact.

[Visual Basic, VBScript]
Property Company as String
[C++]
HRESULT get_Company(BSTR* pVal);
HRESULT put_Company(BSTR Val);
[IDL]
HRESULT [propget] Company([out,retval] BSTR* pVal);
HRESULT [proput] Company([in] BSTR Val);