ข้ามไปยังเนื้อหา

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 ISmtpInvitationDeliveryClient

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.

SendAsync(SmtpInvitationDeliveryMessage, CancellationToken)

Section titled “ SendAsync(SmtpInvitationDeliveryMessage, CancellationToken)”

Sends one SMTP invitation delivery message.

ValueTask<SmtpInvitationDeliveryClientResult> SendAsync(SmtpInvitationDeliveryMessage message, CancellationToken cancellationToken = default)

message SmtpInvitationDeliveryMessage

The message prepared by the SMTP invitation delivery sender.

cancellationToken CancellationToken

A token that cancels the send operation.

ValueTask<SmtpInvitationDeliveryClientResult>

The client result normalized for Cephalon sender reporting.