Class DeliveryBounced
public class DeliveryBounced : Change, IChange
- Inheritance
-
DeliveryBounced
- Implements
- Inherited Members
- Extension Methods
Constructors
DeliveryBounced(string, DateTimeOffset, string, string, string, string, string, Guid?)
public DeliveryBounced(string file, DateTimeOffset time, string type, string reason, string subject, string body, string address, Guid? mailout)
Parameters
filestringtimeDateTimeOffsettypestringreasonstringsubjectstringbodystringaddressstringmailoutGuid?
Properties
BounceBody
public string BounceBody { get; set; }
Property Value
BounceFile
public string BounceFile { get; set; }
Property Value
BounceReason
public string BounceReason { get; set; }
Property Value
BounceSubject
public string BounceSubject { get; set; }
Property Value
BounceTime
public DateTimeOffset BounceTime { get; set; }
Property Value
BounceType
public string BounceType { get; set; }
Property Value
MailoutIdentifier
public Guid? MailoutIdentifier { get; set; }
Property Value
- Guid?
RecipientAddress
public string RecipientAddress { get; set; }