Class ReceivedMail
Inheritance
System.Object
ReceivedMail
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.Common.dll
Syntax
public class ReceivedMail
Properties
|
Improve this Doc
View Source
Attachements
Declaration
public IReadOnlyList<string> Attachements { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.String> |
|
|
Improve this Doc
View Source
Bcc
Declaration
public IReadOnlyList<string> Bcc { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.String> |
|
|
Improve this Doc
View Source
Cc
Declaration
public IReadOnlyList<string> Cc { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyList<System.String> |
|
|
Improve this Doc
View Source
HasAttachements
Declaration
[JsonIgnore]
public bool HasAttachements { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public IReadOnlyDictionary<string, string> Headers { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IReadOnlyDictionary<System.String, 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
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 |
|