Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class MessageLogActivity

    This class is to define the activity on a message

    Inheritance
    object
    MessageLogActivity
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation