Show / Hide Table of Contents

Class WMEmail

Implements email related operations.

Inheritance
object
WMEmail
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Quantellia.WMServer.Messaging
Assembly: WMServer.dll
Syntax
public class WMEmail

Methods

Send(WMPrincipal, WMEmailArgs, AuthDbContext)

Send an email according to the supplied WMEmailArgs, which includes the recipient, email values, and the option to supply a custom sender and SMTP server.

Declaration
public static Task Send(WMPrincipal principal, WMEmailArgs args, AuthDbContext context)
Parameters
Type Name Description
WMPrincipal principal
WMEmailArgs args
AuthDbContext context
Returns
Type Description
Task
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 11/16/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE