Back to product page

MessageID Property


Holds Message-ID header.

Type

String

Syntax

  • Basic
object.MessageID [= value]
The MessageID(object,value) syntax has these parts:
objectAn expression evaluating to an object of type SmtpMsg
valueA String value.

Remarks

Message-ID 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.

MessageID is usually set by mail-client. If not set, it will be added by SMTP server.

Platforms

Windows