Class EmailFilter
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class EmailFilter : Filter, ISearchReport
- Inheritance
-
EmailFilter
- Implements
-
- Inherited Members
-
Constructors
EmailFilter()
Properties
DeliveredBefore
public DateTimeOffset? DeliveredBefore { get; set; }
Property Value
- DateTimeOffset?
DeliveredSince
public DateTimeOffset? DeliveredSince { get; set; }
Property Value
- DateTimeOffset?
DeliverySuccessful
public bool? DeliverySuccessful { get; set; }
Property Value
- bool?
EmailBody
public string EmailBody { get; set; }
Property Value
- string
EmailIdentifier
public Guid EmailIdentifier { get; set; }
Property Value
- Guid
EmailSubject
public string EmailSubject { get; set; }
Property Value
- string
EmailTo
public string EmailTo { get; set; }
Property Value
- string
OrganizationIdentifier
public Guid OrganizationIdentifier { get; set; }
Property Value
- Guid
OrganizationName
public string OrganizationName { get; set; }
Property Value
- string
Organizations
public OrganizationList Organizations { get; set; }
Property Value
- OrganizationList
SenderEmail
public string SenderEmail { get; set; }
Property Value
- string
SenderName
public string SenderName { get; set; }
Property Value
- string
StatusCode
public string StatusCode { get; set; }
Property Value
- string
StatusMessage
public string StatusMessage { get; set; }
Property Value
- string
ToName
public string ToName { get; set; }
Property Value
- string