Platform SDK: CDO for Windows 2000

Organization Property

The Organization property identifies the sender's organization.

[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 Network News Transfer Protocol (NNTP) Organization header field. This field supplies a short phrase that meaningfully describes the sender's organization, such as "Sample Corporation, Payroll Department". A phrase such as this can be easier to recognize than a cryptic messaging address like "Q1006453@microsoft.com".

The default value of the Organization property is an empty string.