C# Class Microsoft.Legal.MatterCenter.Web.EmailController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
显示文件 Open project: Microsoft/mattercenter

Public Methods

Method Description
EmailController ( IOptions errorSettings, ICustomLogger customLogger, IMatterCenterServiceFunctions matterCenterServiceFunctions, IOptions logTables, IDocumentProvision documentProvision, IOptions documentSettings ) : Microsoft.AspNetCore.Authorization

Controlls the functionality for email related.

Private Methods

Method Description
DownloadAttachmentsAsStream ( [ mailAttachmentDetails ) : IActionResult

Method Details

EmailController() public method

Controlls the functionality for email related.
public EmailController ( IOptions errorSettings, ICustomLogger customLogger, IMatterCenterServiceFunctions matterCenterServiceFunctions, IOptions logTables, IDocumentProvision documentProvision, IOptions documentSettings ) : Microsoft.AspNetCore.Authorization
errorSettings IOptions
customLogger ICustomLogger
matterCenterServiceFunctions IMatterCenterServiceFunctions
logTables IOptions
documentProvision IDocumentProvision
documentSettings IOptions
return Microsoft.AspNetCore.Authorization