Organization Property  
 

Gets and sets the name of the organization that originated the message.

Syntax

object.Organization [= value ]

Remarks

The Organization property returns the name of the organization that originated the current message. Setting this property updates the specified header value. Note that many mailers do not generate an Organization header field, in which case the property value will be an empty string.

Data Type

String

See Also

HeaderField Property, HeaderValue Property, GetHeader Method, SetHeader Method