C# Class InboxWatcher.Notifications.TextFileNotification

Inheritance: AbstractNotification
Exibir arquivo Open project: ptfuller/InboxWatcher

Private Properties

Property Type Description

Public Methods

Method Description
GetConfigurationScript ( ) : string
Notify ( IMessageSummary summary, NotificationType notificationType, string mailBoxName ) : Task

Method Details

GetConfigurationScript() public method

public GetConfigurationScript ( ) : string
return string

Notify() public method

public Notify ( IMessageSummary summary, NotificationType notificationType, string mailBoxName ) : Task
summary IMessageSummary
notificationType NotificationType
mailBoxName string
return Task