C# 클래스 PerplexMail.LogEmail

파일 보기 프로젝트 열기: PerplexInternetmarketing/PerplexMail-for-Umbraco 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetLogMailDataRecords ( GetMailStatisticsRequest request ) : IEnumerable

메소드 상세

Download() 공개 정적인 메소드

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
리턴 string

Download() 공개 정적인 메소드

public static Download ( GetMailStatisticsRequest request ) : void
request PerplexMail.Models.GetMailStatisticsRequest
리턴 void

Get() 공개 정적인 메소드

public static Get ( int logEmailId, bool preview = false ) : LogEmail
logEmailId int
preview bool
리턴 LogEmail

GetEmailSendCount() 공개 정적인 메소드

public static GetEmailSendCount ( int currentEmailTemplateId ) : int
currentEmailTemplateId int
리턴 int

GetEmailViewCount() 공개 정적인 메소드

public static GetEmailViewCount ( int currentEmailTemplateId ) : int
currentEmailTemplateId int
리턴 int

Search() 공개 정적인 메소드

public static Search ( GetMailStatisticsRequest request ) : List
request PerplexMail.Models.GetMailStatisticsRequest
리턴 List