Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.SendEmail.ISendEmail.PrepareEmailMessageAsync Method

(not specified)

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

Syntax

public Task<object> PrepareEmailMessageAsync(
    string? toEmail,
    string subject,
    string emailFile,
    string? fromEmail = null,
    object? Parameters = null,
    NameValueCollection? Headers = null );

Parameters

toEmail

(not specified)

subject

(not specified)

emailFile

(not specified)

fromEmail

(not specified)

Parameters

(not specified)

Headers

(not specified)

Return Value

(not specified)

Remarks

(not specified)

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