C# Класс Hummingbird.Core.Common.FileSystemOperator

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
FileSystemOperator System
GetDistributionListInformation Hummingbird.Models.DistributionList
StoreDistributionListFailures string
StoreDistributionListInformation string
StoreGroupDetails string

Приватные методы

Метод Описание
FileSystemOperator ( ) : System
GetDistributionListInformation ( string filePath ) : DistributionList

Loads distribution list information from an external file.

StoreDistributionListFailures ( DistributionList distributionList, string actionName, AddMembersErrorDetails errorDetails ) : string

Stores the DL invalid members info in a local file.

StoreDistributionListInformation ( DistributionList distributionList ) : string

Stores the DL information in a local file.

StoreGroupDetails ( DlToGroupMapping mapping ) : string

Stores the DL alias and groups SMTP in a file.