EmailAccount class
Revision as of 08:13, 3 August 2016 by Lekhacbaongoc (talk | contribs)
EmailAccount
Represents an email account.
Constructors
- (number type "2: WebShop, 3: Support") - Instanciate an existing email account
- (number type "0: Resource, 1: GlobalEmail, 2: WebShop, 3: Support", number id "Resource id or global email id. Unused for webshop and support types") - Instanciate an existing email account
Methods
Properties
- string ActualEmail { get; set; } - Actual Email address
- string Address { get; set; } - Email address
- string Alias { get; set; } - Alias
- bool Default { get; } - Is this the default email account for the resource.
- bool IsGEA { get; } - Is the alias for a Global Email or not.
- string ObjectTypeName { get; } - The name of the type of object.
- number ResourceId { get; } - Id of account
- TypeInformation TypeInformation { get; } - Get information about this class.
- bool UseActualEmail { get; set; } - If true, the from email will be ActualMail. Otherwise, it will be Address.