Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class ExceptionNotificationContact

    That is represent the list of contact to notify for exceptions

    Inheritance
    object
    ExceptionNotificationContact
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Transport
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class ExceptionNotificationContact

    Properties

    NotificationMode

    Notification mode to know if it's SMS or email

    Declaration
    public ExceptionMonitoringContactFlags NotificationMode { get; set; }
    Property Value
    Type Description
    ExceptionMonitoringContactFlags

    Recipient

    Email and CEll phone

    Declaration
    public Recipient Recipient { get; set; }
    Property Value
    Type Description
    Recipient

    Extension Methods

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