Class MessageLogActivity
This class is to define the activity on a message
Inherited Members
Namespace: SecureExchangesSDK.Models.Entity
Assembly: SecureExchangesSDK.dll
Syntax
public class MessageLogActivity
Properties
Date
The date of the activity
Declaration
public DateTime Date { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
Reference
The reference for the activities
Declaration
public string Reference { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RemoteIP
The IP addresse open the message
Declaration
public string RemoteIP { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Status
The status related to the activity
Declaration
public LogOpenStatus Status { get; set; }
Property Value
| Type | Description |
|---|---|
| LogOpenStatus |