MessageNetId Property
The globally unique identifier of the message.
Object Oriented Interface
public function getMessageNetId();
Procedural Interface
ipworks_imap_get($res, 45 );
Default Value
''
Remarks
This property contains the globally unique identifier of the message. The class fills the MessageId with the value of the Message-Id: header. This is a globally unique value normally created by the first mail server the message is sent to.
This property is read-only and not available at design time.
Data Type
String