Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.SendEmail.ISendEmail.GetSendingEmailAddressAsync Method

Returns the sending email address. Only valid after the email has been sent.

Class: YetaWF.Core.SendEmail.ISendEmail
Namespace: YetaWF.Core.SendEmail
Assembly: YetaWF.Core

Syntax

public Task<string> GetSendingEmailAddressAsync( object sendEmailData );

Parameters

sendEmailData

(not specified)

Return Value

The sending email address.

See Also YetaWF.Core.SendEmail.ISendEmail ClassYetaWF.Core Overview