Show / Hide Table of Contents

Class ReceivedEmail

Inheritance
System.Object
ReceivedEmail
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public class ReceivedEmail

Properties

Body

Declaration
public string Body { get; set; }
Property Value
Type Description
System.String

From

Declaration
public string From { get; set; }
Property Value
Type Description
System.String

Subject

Declaration
public string Subject { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX