IXmsRequest.addNotificationEmail Method (String, String, String)

Add notification email

[Visual Basic]
Sub addNotificationEmail( _
   ByVal sEmailAddress As String, _
   ByVal sNotificationEvent As String, _
   ByVal sDeliveryTemplate As String _
)
[C#]
void addNotificationEmail(
   string sEmailAddress,
   string sNotificationEvent,
   string sDeliveryTemplate
);

Return Value

Remarks

Notification Events:
· OMS = OnMessageSuccess
· OME = OnMessageError
· ODS = OnDeliverySuccess
· ODE = OnDeliveryError

Delivery Template:
· Delivery template to use for notification

See Also

IXmsRequest Interface | faxcore.sdk.api Namespace | IXmsRequest.addNotificationEmail Overload List