wodSmtp ActiveX Control - MessageID Property
      
 

Description

Holds Message-ID header.


Property type

A String value.  


Syntax

object.MessageID [= value]



The MessageID Property syntax has these parts:

Part Description
object An expression evaluating to an object of type SmtpMsg.
value A 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.