Class Mail
Inheritance
System.Object
Mail
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: MailHole.Db.dll
Syntax
Properties
|
Improve this Doc
View Source
Attachements
Declaration
public List<Attachement> Attachements { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Attachement> |
|
|
Improve this Doc
View Source
Bcc
Declaration
[NotMapped]
public IReadOnlyList<string> Bcc { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.String> |
|
|
Improve this Doc
View Source
BccJson
Declaration
public string BccJson { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Cc
Declaration
[NotMapped]
public IReadOnlyList<string> Cc { get; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.String> |
|
|
Improve this Doc
View Source
CcJson
Declaration
public string CcJson { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
[NotMapped]
public IReadOnlyDictionary<string, string> Headers { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyDictionary<System.String, System.String> |
|
|
Improve this Doc
View Source
Declaration
public string HeadersJson { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
HtmlBody
Declaration
public string HtmlBody { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MailGuid
Declaration
[Key]
[DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public Guid MailGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Owner
Declaration
public MailHoleUser Owner { get; set; }
Property Value
|
Improve this Doc
View Source
Sender
Declaration
public string Sender { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Subject
Declaration
public string Subject { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TextBody
Declaration
public string TextBody { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UtcReceivedTime
Declaration
public DateTime UtcReceivedTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|