Show / Hide Table of Contents

Class SimpleEmailServiceExtensions

Extension methods for making it easier to work with AWS Simple Email Service (SES).

Inheritance
Object
SimpleEmailServiceExtensions
Inherited Members
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
Namespace: IRM.Mail
Assembly: IRM.dll
Syntax
public static class SimpleEmailServiceExtensions

Methods

ConvertAccessKeyToSmtpPassword(EmailOptions)

Checks if the Password seems to be an access key and in that case converts it to a SMTP password according to AWS SES algorithm.

Declaration
public static EmailOptions ConvertAccessKeyToSmtpPassword(this EmailOptions options)
Parameters
EmailOptions options

EmailOptions to check and convert access key for.

Returns
EmailOptions

Back to top Generated by DocFX