Class BounceDelivery
- Namespace
- InSite.Application.Messages.Write
- Assembly
- Shift.Sdk.dll
public class BounceDelivery : Command, ICommand
- Inheritance
-
BounceDelivery
- Implements
- Inherited Members
- Extension Methods
Constructors
BounceDelivery(Guid, string, DateTimeOffset, string, string, string, string, string, Guid?)
public BounceDelivery(Guid bounce, string file, DateTimeOffset time, string type, string reason, string subject, string body, string address, Guid? mailout)
Parameters
bounceGuidfilestringtimeDateTimeOffsettypestringreasonstringsubjectstringbodystringaddressstringmailoutGuid?
Properties
BounceBody
public string BounceBody { get; set; }
Property Value
BounceFile
public string BounceFile { get; set; }
Property Value
BounceIdentifier
public Guid BounceIdentifier { 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; }