C# Class PerplexMail.LogEmail

Afficher le fichier Open project: PerplexInternetmarketing/PerplexMail-for-Umbraco Class Usage Examples

Méthodes publiques

Méthode Description
Download ( RequestAttachment request ) : string

Directly start the download for any given attachment. Calling this request will immediatly end the current request (if the file is found)

Download ( GetMailStatisticsRequest request ) : void
Get ( int logEmailId, bool preview = false ) : LogEmail
GetEmailSendCount ( int currentEmailTemplateId ) : int
GetEmailViewCount ( int currentEmailTemplateId ) : int
Search ( GetMailStatisticsRequest request ) : List

Private Methods

Méthode Description
GetLogMailDataRecords ( GetMailStatisticsRequest request ) : IEnumerable

Method Details

Download() public static méthode

Directly start the download for any given attachment. Calling this request will immediatly end the current request (if the file is found)
public static Download ( RequestAttachment request ) : string
request PerplexMail.Models.RequestAttachment The file (from the attachment) to send to the user
Résultat string

Download() public static méthode

public static Download ( GetMailStatisticsRequest request ) : void
request PerplexMail.Models.GetMailStatisticsRequest
Résultat void

Get() public static méthode

public static Get ( int logEmailId, bool preview = false ) : LogEmail
logEmailId int
preview bool
Résultat LogEmail

GetEmailSendCount() public static méthode

public static GetEmailSendCount ( int currentEmailTemplateId ) : int
currentEmailTemplateId int
Résultat int

GetEmailViewCount() public static méthode

public static GetEmailViewCount ( int currentEmailTemplateId ) : int
currentEmailTemplateId int
Résultat int

Search() public static méthode

public static Search ( GetMailStatisticsRequest request ) : List
request PerplexMail.Models.GetMailStatisticsRequest
Résultat List