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 return an empty string.
Data Type
String
See Also
GetHeader Method,
SetHeader Method
|