wodSmtp ActiveX Control - MailFrom Property
      
 

Description

Holds sender of the message.


Property type

A String value.  


Syntax

object.MailFrom [= value]



The MailFrom Property syntax has these parts:

Part Description
object An expression evaluating to an object of type wodSmtp.
value A String value.

Remarks

MailFrom property specifies sender of the message. This value will be used in MAIL FROM command that will be sent to the server upon message delivery.

If this property is not set, wodSmtp will extract this information from Message's From field.