C# Class SenseNet.Portal.Exchange.ExchangeHelper

Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Свойство Type Description
ExchangeLogCategory string[]
PUSHNOTIFICATIONMAILCONTAINER string

Méthodes publiques

Méthode 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 méthode

public static CreateConnection ( string emailAddress ) : ExchangeService
emailAddress string
Résultat ExchangeService

GetItem() public static méthode

public static GetItem ( ExchangeService service, string id ) : Item
service ExchangeService
id string
Résultat Item

GetItems() public static méthode

public static GetItems ( ExchangeService service, Node doclibrary ) : FindItemsResults
service ExchangeService
doclibrary Node
Résultat FindItemsResults

GetItems() public static méthode

public static GetItems ( ExchangeService service, string address ) : FindItemsResults
service ExchangeService
address string
Résultat FindItemsResults

GetWaterMark() public static méthode

public static GetWaterMark ( Node doclibrary ) : string
doclibrary Node
Résultat string

SetAttachment() public static méthode

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

Subscribe() public static méthode

public static Subscribe ( Node doclibrary ) : void
doclibrary Node
Résultat void

Subscribe() public static méthode

public static Subscribe ( Node doclibrary, ExchangeService service ) : void
doclibrary Node
service ExchangeService
Résultat void

Property Details

ExchangeLogCategory public_oe static_oe property

public static string[] ExchangeLogCategory
Résultat string[]

PUSHNOTIFICATIONMAILCONTAINER public_oe static_oe property

public static string PUSHNOTIFICATIONMAILCONTAINER
Résultat string