Platform SDK: Exchange 2000 Server

WorkCountry Property

[This is preliminary documentation and subject to change.]

Contains the work country of the person contact.

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

Remarks

This property is also available as the urn:schemas:contacts:co entry in the schema.

Important

If you specify a value for this property, you must also specify a value for the work country code property, urn:schemas:contacts:c, in the schema.