Platform SDK: Exchange 2000 Server

Organization Property

[This is preliminary documentation and subject to change.]

Contains a description of the organization to which the sender belongs.

[Visual Basic]
Property Organization as String
[C++]
HRESULT get_Organization(BSTR* pVal);
HRESULT put_Organization(BSTR Val);
[IDL]
HRESULT [propget] Organization([out,retval] BSTR* pVal);
HRESULT [propput] Organization([in] BSTR Val);

Remarks

This property is also available as the urn:schemas:mailheader:organization field.

The Organization property is used for the NNTP Organization header field. The purpose of this field is to supply a short phrase meaningfully describing the sender's organization, such as "Sample Corporation, Payroll Department". This can be easier to recognize than a cryptic messaging address like "Q1006453@pd.sc.tld".

The default value of Organization is an empty string.

See Also

urn:schemas:mailheader:organization