IEmailManagerUpdateStatus Method |
Updates the status of the message (xot_email_message.email_status_id).
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax void UpdateStatus(
IAppContext appCxt,
string messageID,
EmailSendStatus status,
string errorMessage
)
Sub UpdateStatus (
appCxt As IAppContext,
messageID As String,
status As EmailSendStatus,
errorMessage As String
)
Parameters
- appCxt
- Type: NetQuarryIAppContext
The application context object. - messageID
- Type: SystemString
The GUID message id. - status
- Type: NetQuarry.ServicesEmailSendStatus
The status of the message. - errorMessage
- Type: SystemString
The error message (optional).
See Also