Gets and sets the subject of the current message.
Syntax
object.Subject [= value ]
Remarks
The Subject property returns the subject of the current
message. Setting this property updates the Subject header with the
specified value. Note that not all messages have subjects, in which
case this property will be set to an empty string.
Data Type
String
See Also
HeaderField Property,
HeaderValue Property,
GetHeader Method,
SetHeader Method
|