C# Class SenseNet.Portal.Exchange.ExchangeHelper

Datei anzeigen Open project: maxpavlov/FlexNet Class Usage Examples

Public Properties

Property Type Description
ExchangeLogCategory string[]
PUSHNOTIFICATIONMAILCONTAINER string

Public Methods

Method Description
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

Method Details

CreateConnection() public static method

public static CreateConnection ( string emailAddress ) : ExchangeService
emailAddress string
return ExchangeService

GetItem() public static method

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

GetItems() public static method

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

GetItems() public static method

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

GetWaterMark() public static method

public static GetWaterMark ( Node doclibrary ) : string
doclibrary Node
return string

SetAttachment() public static method

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

Subscribe() public static method

public static Subscribe ( Node doclibrary ) : void
doclibrary Node
return void

Subscribe() public static method

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

Property Details

ExchangeLogCategory public_oe static_oe property

public static string[] ExchangeLogCategory
return string[]

PUSHNOTIFICATIONMAILCONTAINER public_oe static_oe property

public static string PUSHNOTIFICATIONMAILCONTAINER
return string