Platform SDK: Exchange 2000 Server

WorkStreet Property

[This is preliminary documentation and subject to change.]

Contains the work street of the person contact.

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

Remarks