Class LogEmailInSetup
Inheritance
System.Object
LogEmailInSetup
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()
Assembly: FChoice.Toolkits.Clarify.dll
public abstract class LogEmailInSetup
Constructors
Declaration
protected LogEmailInSetup(string idNumber, string sender, string recipient, string message)
Parameters
Type |
Name |
Description |
System.String |
idNumber |
|
System.String |
sender |
|
System.String |
recipient |
|
System.String |
message |
|
Properties
Declaration
public SimplifiedAdditionalFields AdditionalFields { get; }
Property Value
Declaration
public string CCList { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool GenerateTimeBombs { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string IDNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTime? LogDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Declaration
public string MailLogActionType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Message { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Recipient { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Sender { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Subject { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|