Organization Property

Organization Property

The Organization property identifies the sender's organization.

Syntax

Property Organization as String
HRESULT get_Organization(BSTR* pVal);
HRESULT put_Organization(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@example.com".

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