Description
-
Holds Message-ID header.
Property type
-
A String value.
Syntax
-
object.MessageID [= value]
The MessageID Property syntax has these parts:
object |
An expression evaluating to an object
of type Message. |
value |
A String value. |
Remarks
-
MessageID property will internally scan headers and search
for 'Message-ID' header, and return its information
to you.
When you set this property, it will overwrite
'Message-ID' header.
|