Sets or gets the email address of the sender of the message.
Syntax:
Remarks:
The value set in this property is the reverse-path information included in the MAIL FROM command sent by Framework EDI to the SMTP server. The syntax of the command is as follows:
MAIL FROM: ("<>" / reverse-path) [<space> <mail-parameters>] CRLF
Where:
- reverse-path is the email address of the sender indicated by this property, and
- mail-parameters is an optional SMTP server-specific parameter. See FromParameter property.
For additional information, see RFC 2821: Simple Mail Transfer Protocol.