Return a unique identifier for the current message.
Syntax
object.MessageID
The object is an expression that evaluates to an InternetMail
object. The property returns a string value.
Remarks
The MessageID property returns the value of the
Message-ID header field, a string which is assigned by the mail
server to uniquely identify the current message.
Data Type
String
See Also
GetHeader Method
|