Dynamicweb.EmailMessaging Namespace : Recipient Class |
For a list of all members of this type, see Recipient members.
Name | Description | |
---|---|---|
EmailAddress | Gets or sets the email address. | |
ErrorMessage | Gets the error message if an error has occurred while sending to this Recipient. | |
ErrorTime | Gets the error time if an error has occurred. If no error has occurred, System.DateTime.MinValue is returned. | |
Id | Gets the id. | |
IsNew | Gets a value indicating whether this instance is new. | |
MessageId | Gets the message id. | |
Name | Gets or sets the name. | |
RecipientKey | Gets or sets the recipient key. If no recipient key is provided when the recipient is saved, the EmailAddress is used. | |
SentTime | Gets the System.DateTime when the message was sent. If the Message to which this Recipient belongs has not sent to this yet, System.DateTime.MinValue is returned. Use IsMessageSent property to determine whether the Message to this Recipient has been sent. | |
TagValueCollection | Gets or sets the tag value collection. |