Show / Hide Table of Contents

Class ServiceCollectionExtensions

Extension methods for setting up IRM core services in an Microsoft.Extensions.DependencyInjection.IServiceCollection.

Inheritance
Object
ServiceCollectionExtensions
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 ServiceCollectionExtensions

Methods

AddDefaultEmailSender(IServiceCollection)

Adds the default email sender.

Declaration
public static IServiceCollection AddDefaultEmailSender(this IServiceCollection services)
Parameters
Microsoft.Extensions.DependencyInjection.IServiceCollection services

The services.

Returns
Microsoft.Extensions.DependencyInjection.IServiceCollection

The services.

Back to top Generated by DocFX