Return or change the name of the organization that created the
message.
Syntax
object.Organization [= name]
The Organization property syntax has the following
parts:
| Part |
Description |
| object
|
An object expression that
evaluates to an InternetMail object. |
| name
|
A string which specifies the
organization name. |
Remarks
The Organization property returns the name of the
organization that sent 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
GetHeader Method,
SetHeader Method
|