wodSmtpServer ActiveX Control - Message Property
      
 

Description

Reference to message that is relayed.


Property type

A SmtpMessage object.  


Syntax

[Set] object.Message [= SmtpMessage]



The Message Property syntax has these parts:

Part Description
object An expression evaluating to an object of type SmtpRelay.
SmtpMessage A SmtpMessage object.

Remarks

Message property holds information about the message that will be relayed. You may notice that this is actually the same object used when mail was received - provided in User.Message property. So, for example, to get full text of the message you can use Message.Body property.