AXSoft SMTPSock - SenderEmailAddress

Description

Returns/sets the sender's email address

Type

Property

Syntax

object.SenderEmailAddress [ = String ]

Parameter Type Description
  String The email address of the sender

Return Type

String

Remarks

This is what will appear in the "From:" field along with the senders name (SenderName), if it is specified.

Note that if the string contains a newline (CRLF) in the string, then the newline character plus any text following the newline character will be truncated.

See Also: SenderName, ReplyEmailAddress