Class VMailout
- Namespace
- InSite.Application.Messages.Read
- Assembly
- Shift.Sdk.dll
- Inheritance
-
VMailout
- Inherited Members
-
- Extension Methods
-
Constructors
VMailout()
Properties
ContentAttachments
public string ContentAttachments { get; set; }
Property Value
- string
ContentBodyHtml
public string ContentBodyHtml { get; set; }
Property Value
- string
ContentBodyText
public string ContentBodyText { get; set; }
Property Value
- string
ContentSubject
public string ContentSubject { get; set; }
Property Value
- string
ContentVariables
public string ContentVariables { get; set; }
Property Value
- string
DeliveryCount
public int? DeliveryCount { get; set; }
Property Value
- int?
DeliveryCountFailure
public int? DeliveryCountFailure { get; set; }
Property Value
- int?
DeliveryCountSuccess
public int? DeliveryCountSuccess { get; set; }
Property Value
- int?
EventIdentifier
public Guid? EventIdentifier { get; set; }
Property Value
- Guid?
IsStarted
public bool IsStarted { get; }
Property Value
- bool
MailoutCancelled
public DateTimeOffset? MailoutCancelled { get; set; }
Property Value
- DateTimeOffset?
MailoutCompleted
public DateTimeOffset? MailoutCompleted { get; set; }
Property Value
- DateTimeOffset?
MailoutError
public string MailoutError { get; set; }
Property Value
- string
MailoutIdentifier
public Guid MailoutIdentifier { get; set; }
Property Value
- Guid
MailoutScheduled
public DateTimeOffset MailoutScheduled { get; set; }
Property Value
- DateTimeOffset
MailoutStarted
public DateTimeOffset? MailoutStarted { get; set; }
Property Value
- DateTimeOffset?
MailoutStatus
public string MailoutStatus { get; set; }
Property Value
- string
MailoutStatusCode
public string MailoutStatusCode { get; set; }
Property Value
- string
MessageIdentifier
public Guid? MessageIdentifier { get; set; }
Property Value
- Guid?
MessageName
public string MessageName { get; set; }
Property Value
- string
MessageType
public string MessageType { get; set; }
Property Value
- string
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid
OrganizationName
public string OrganizationName { get; set; }
Property Value
- string
RecipientListBcc
public string RecipientListBcc { get; set; }
Property Value
- string
RecipientListCc
public string RecipientListCc { get; set; }
Property Value
- string
RecipientListTo
public string RecipientListTo { get; set; }
Property Value
- string
SenderEmail
public string SenderEmail { get; set; }
Property Value
- string
SenderIdentifier
public Guid SenderIdentifier { get; set; }
Property Value
- Guid
SenderName
public string SenderName { get; set; }
Property Value
- string
SenderType
public string SenderType { get; set; }
Property Value
- string
SubscriberCount
public int? SubscriberCount { get; set; }
Property Value
- int?
public int? SurveyFormAsset { get; set; }
Property Value
- int?
SurveyIdentifier
public Guid? SurveyIdentifier { get; set; }
Property Value
- Guid?
UserIdentifier
public Guid? UserIdentifier { get; set; }
Property Value
- Guid?
UserName
public string UserName { get; set; }
Property Value
- string