mAddressFrom

Sets sender's email address.

This property is used in the Self Service mode when the user is logged in and the email address is retrieved from the current user details.

Values

Valid email address.

Examples

MailObj.mAddressFrom = 'messagesender@domain.com';
MailObj.mNameFrom = 'George Smith';

Sets the email address and name of sender.