C# 클래스 SenseNet.Portal.Exchange.ExchangeHelper

파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ExchangeLogCategory string[]
PUSHNOTIFICATIONMAILCONTAINER string

공개 메소드들

메소드 설명
CreateConnection ( string emailAddress ) : ExchangeService
GetItem ( ExchangeService service, string id ) : Item
GetItems ( ExchangeService service, Node doclibrary ) : FindItemsResults
GetItems ( ExchangeService service, string address ) : FindItemsResults
GetWaterMark ( Node doclibrary ) : string
SetAttachment ( SenseNet file, Microsoft.Exchange.WebServices.Data.FileAttachment fileAttachment ) : void
Subscribe ( Node doclibrary ) : void
Subscribe ( Node doclibrary, ExchangeService service ) : void

메소드 상세

CreateConnection() 공개 정적인 메소드

public static CreateConnection ( string emailAddress ) : ExchangeService
emailAddress string
리턴 ExchangeService

GetItem() 공개 정적인 메소드

public static GetItem ( ExchangeService service, string id ) : Item
service ExchangeService
id string
리턴 Item

GetItems() 공개 정적인 메소드

public static GetItems ( ExchangeService service, Node doclibrary ) : FindItemsResults
service ExchangeService
doclibrary Node
리턴 FindItemsResults

GetItems() 공개 정적인 메소드

public static GetItems ( ExchangeService service, string address ) : FindItemsResults
service ExchangeService
address string
리턴 FindItemsResults

GetWaterMark() 공개 정적인 메소드

public static GetWaterMark ( Node doclibrary ) : string
doclibrary Node
리턴 string

SetAttachment() 공개 정적인 메소드

public static SetAttachment ( SenseNet file, Microsoft.Exchange.WebServices.Data.FileAttachment fileAttachment ) : void
file SenseNet
fileAttachment Microsoft.Exchange.WebServices.Data.FileAttachment
리턴 void

Subscribe() 공개 정적인 메소드

public static Subscribe ( Node doclibrary ) : void
doclibrary Node
리턴 void

Subscribe() 공개 정적인 메소드

public static Subscribe ( Node doclibrary, ExchangeService service ) : void
doclibrary Node
service ExchangeService
리턴 void

프로퍼티 상세

ExchangeLogCategory 공개적으로 정적으로 프로퍼티

public static string[] ExchangeLogCategory
리턴 string[]

PUSHNOTIFICATIONMAILCONTAINER 공개적으로 정적으로 프로퍼티

public static string PUSHNOTIFICATIONMAILCONTAINER
리턴 string