EmailInfo Class
Class represents information for an email to be sent by the system
Namespace: SobekCM.CoreAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[DataContractAttribute]
[ProtoContractAttribute]
public class EmailInfo |
Inheritance Hierarchy
Constructors
Properties
| Name | Description |
---|
 | Body | Body of the email to tbe sent |
 | FromAddress | From email address for this email to be sent |
 | isContactUs | Flag indicates if this is from the Contact Us form |
 | isHTML | Flag indicates if this should be sent as HTML or not |
 | RecipientsList | List of recipients, seperated by semicolons |
 | ReplayToEmailID | ID is recorded if this is a response to an existing email in the system |
 | ReplyTo | Email address that responses should be sent to (or NULL) |
 | Subject | Subject line for the email to be sent |
 | UserID | UserID (or NULL if system) that initiated this email request |
See Also