Organization Property
Topic Last Modified: 2006-12-01
Contains a description of the organization to which the sender belongs.
Applies To
Type Library
Microsoft CDO for Exchange 2000 Library
DLL Implemented In
CDOEX.DLL
Syntax
Property Organization As String
HRESULT get_Organization(BSTR* pVal);HRESULT put_Organization(BSTR Val);
Parameters
- pVal
Returns the value of the Organization property as a reference to a BSTR.
- Val
Sets the value of the Organization property to the value of the BSTR.
Remarks
This property is also available as the organization Field.
The Organization property is used for the Network News Transfer Protocol (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.