Class ExceptionNotificationContact
That is represent the list of contact to notify for exceptions
Inherited Members
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 |