SenderAddress
Gets or sets the email address of the sender.
Values
String
Examples
comm("comm_from") = "\""+eMail.SenderName + "\" " + "<" + eMail.SenderAddress + "> ";
Page updated: 06 April 2023
Gets or sets the email address of the sender.
String
comm("comm_from") = "\""+eMail.SenderName + "\" " + "<" + eMail.SenderAddress + "> ";
|
---|