C# 클래스 newtelligence.DasBlog.Web.Services.MailToWeblog

This is the handler class for the Mail-To-Weblog functionality.
파일 보기 프로젝트 열기: AArnott/dasblog 1 사용 예제들

공개 메소드들

메소드 설명
MailToWeblog ( string configPath, string contentPath, string binariesPath, string logPath, Uri binariesBaseUri ) : System
Run ( ) : void

Mail-To-Weblog runs in background thread and this is the thread function.

StoreAttachment ( Attachment attachment, string binariesPath ) : string

Stores an attachment to disk.

비공개 메소드들

메소드 설명
EqualBuffers ( byte buf1, byte buf2, int len ) : bool

Compares two binary buffers up to a certain length.

GetEncoderInfo ( string mimeType ) : System.Drawing.Imaging.ImageCodecInfo

This function is used for thumbnailing and gets an image encoder for a given mime type, such as image/jpeg

메소드 상세

MailToWeblog() 공개 메소드

public MailToWeblog ( string configPath, string contentPath, string binariesPath, string logPath, Uri binariesBaseUri ) : System
configPath string
contentPath string
binariesPath string
logPath string
binariesBaseUri System.Uri
리턴 System

Run() 공개 메소드

Mail-To-Weblog runs in background thread and this is the thread function.
public Run ( ) : void
리턴 void

StoreAttachment() 공개 메소드

Stores an attachment to disk.
public StoreAttachment ( Attachment attachment, string binariesPath ) : string
attachment Lesnikowski.Pawel.Mail.Pop3.Attachment
binariesPath string
리턴 string