Interface ISmtpInvitationDeliveryClient
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.MultiTenancy.Governance.SmtpDelivery.Services
Assembly: Cephalon.MultiTenancy.Governance.SmtpDelivery.dll
Sends SMTP invitation delivery messages for the SMTP companion pack.
public interface ISmtpInvitationDeliveryClientRemarks
Section titled “Remarks”Hosts can replace this service to route SMTP messages through a custom relay client, test double, or platform-specific mail transport while retaining the same Cephalon invitation dispatcher and sender metadata contract.
Methods
Section titled “Methods”SendAsync(SmtpInvitationDeliveryMessage, CancellationToken)
Section titled “ SendAsync(SmtpInvitationDeliveryMessage, CancellationToken)”Sends one SMTP invitation delivery message.
ValueTask<SmtpInvitationDeliveryClientResult> SendAsync(SmtpInvitationDeliveryMessage message, CancellationToken cancellationToken = default)Parameters
Section titled “Parameters”message SmtpInvitationDeliveryMessage
The message prepared by the SMTP invitation delivery sender.
cancellationToken CancellationToken
A token that cancels the send operation.
Returns
Section titled “Returns”ValueTask<SmtpInvitationDeliveryClientResult>
The client result normalized for Cephalon sender reporting.