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