mNameFrom

Sets sender's name.

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

Values

Valid sender's name.

Examples

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

Sets the email address and name of sender.