|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ExchangeService in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data that return ExchangeService | |
|---|---|
protected ExchangeService |
SubscriptionBase.getService()
Gets the session. |
ExchangeService |
StreamingSubscription.getService()
Gets the service used to create this subscription. |
ExchangeService |
ServiceObject.getService()
Gets the service. |
protected ExchangeService |
NameResolutionCollection.getSession()
Gets the session. |
| Methods in microsoft.exchange.webservices.data with parameters of type ExchangeService | |
|---|---|
static TasksFolder |
TasksFolder.bind(ExchangeService service,
FolderId id)
Binds to an existing tasks folder and loads its first class properties. |
static SearchFolder |
SearchFolder.bind(ExchangeService service,
FolderId id)
Binds to an existing search folder and loads its first class properties. |
static Folder |
Folder.bind(ExchangeService service,
FolderId id)
Binds to an existing folder, whatever its actual type is, and loads the specified set of properties. |
static ContactsFolder |
ContactsFolder.bind(ExchangeService service,
FolderId id)
* Binds to an existing contacts folder and loads its first class properties. |
static CalendarFolder |
CalendarFolder.bind(ExchangeService service,
FolderId id)
Binds to an existing calendar folder and loads the specified set of properties. |
static TasksFolder |
TasksFolder.bind(ExchangeService service,
FolderId id,
PropertySet propertySet)
Binds to an existing tasks folder and loads the specified set of properties. |
static SearchFolder |
SearchFolder.bind(ExchangeService service,
FolderId id,
PropertySet propertySet)
Binds to an existing search folder and loads the specified set of properties. |
static Folder |
Folder.bind(ExchangeService service,
FolderId id,
PropertySet propertySet)
Binds to an existing folder, whatever its actual type is, and loads the specified set of properties. |
static ContactsFolder |
ContactsFolder.bind(ExchangeService service,
FolderId id,
PropertySet propertySet)
* Binds to an existing contacts folder and loads the specified set of properties. |
static CalendarFolder |
CalendarFolder.bind(ExchangeService service,
FolderId id,
PropertySet propertySet)
Binds to an existing calendar folder and loads the specified set of properties. |
static Task |
Task.bind(ExchangeService service,
ItemId id)
* Binds to an existing task and loads its first class properties. |
static PostItem |
PostItem.bind(ExchangeService service,
ItemId id)
Binds to an existing post item and loads its first class properties. |
static MeetingResponse |
MeetingResponse.bind(ExchangeService service,
ItemId id)
Binds to an existing meeting response and loads the specified set of properties. |
static MeetingRequest |
MeetingRequest.bind(ExchangeService service,
ItemId id)
Binds to an existing meeting response and loads the specified set of properties. |
static MeetingMessage |
MeetingMessage.bind(ExchangeService service,
ItemId id)
Binds to an existing meeting message and loads its first class properties. |
static MeetingCancellation |
MeetingCancellation.bind(ExchangeService service,
ItemId id)
Binds to an existing meeting cancellation message and loads the specified set of properties. |
static Item |
Item.bind(ExchangeService service,
ItemId id)
Binds to an existing item, whatever its actual type is, and loads the specified set of properties. |
static EmailMessage |
EmailMessage.bind(ExchangeService service,
ItemId id)
* Binds to an existing e-mail message and loads its first class properties.Calling this method results in a call to EWS. |
static ContactGroup |
ContactGroup.bind(ExchangeService service,
ItemId id)
Binds to an existing contact group and loads the specified set of properties.Calling this method results in a call to EWS. |
static Contact |
Contact.bind(ExchangeService service,
ItemId id)
Binds to an existing contact and loads its first class properties. |
static Appointment |
Appointment.bind(ExchangeService service,
ItemId id)
Binds to an existing appointment and loads its first class properties. |
static Task |
Task.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
* Binds to an existing task and loads the specified set of properties. |
static PostItem |
PostItem.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing post item and loads the specified set of properties. |
static MeetingResponse |
MeetingResponse.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing meeting response and loads the specified set of properties. |
static MeetingRequest |
MeetingRequest.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing meeting response and loads the specified set of properties. |
static MeetingMessage |
MeetingMessage.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing meeting message and loads the specified set of properties. |
static MeetingCancellation |
MeetingCancellation.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing meeting cancellation message and loads the specified set of properties. |
static Item |
Item.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing item, whatever its actual type is, and loads the specified set of properties. |
static EmailMessage |
EmailMessage.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
* Binds to an existing e-mail message and loads the specified set of properties.Calling this method results in a call to EWS. |
static ContactGroup |
ContactGroup.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing contact group and loads the specified set of properties.Calling this method results in a call to EWS. |
static Contact |
Contact.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing contact and loads the specified set of properties. |
static Appointment |
Appointment.bind(ExchangeService service,
ItemId id,
PropertySet propertySet)
Binds to an existing appointment and loads the specified set of properties. |
static UserConfiguration |
UserConfiguration.bind(ExchangeService service,
String name,
FolderId parentFolderId,
UserConfigurationProperties properties)
Binds to an existing user configuration and loads the specified properties. |
static UserConfiguration |
UserConfiguration.bind(ExchangeService service,
String name,
WellKnownFolderName parentFolderName,
UserConfigurationProperties properties)
Binds to an existing user configuration and loads the specified properties. |
static TasksFolder |
TasksFolder.bind(ExchangeService service,
WellKnownFolderName name)
Binds to an existing tasks folder and loads its first class properties. |
static SearchFolder |
SearchFolder.bind(ExchangeService service,
WellKnownFolderName name)
Binds to an existing search folder and loads the specified set of properties. |
static Folder |
Folder.bind(ExchangeService service,
WellKnownFolderName name)
* Binds to an existing folder, whatever its actual type is, and loads the specified set of properties. |
static ContactsFolder |
ContactsFolder.bind(ExchangeService service,
WellKnownFolderName name)
* Binds to an existing contacts folder and loads its first class properties. |
static CalendarFolder |
CalendarFolder.bind(ExchangeService service,
WellKnownFolderName name)
Binds to an existing calendar folder and loads the specified set of properties. |
static TasksFolder |
TasksFolder.bind(ExchangeService service,
WellKnownFolderName name,
PropertySet propertySet)
Binds to an existing tasks folder and loads specified set of properties. |
static SearchFolder |
SearchFolder.bind(ExchangeService service,
WellKnownFolderName name,
PropertySet propertySet)
Binds to an existing search folder and loads the specified set of properties. |
static Folder |
Folder.bind(ExchangeService service,
WellKnownFolderName name,
PropertySet propertySet)
Binds to an existing folder, whatever its actual type is, and loads the specified set of properties. |
static ContactsFolder |
ContactsFolder.bind(ExchangeService service,
WellKnownFolderName name,
PropertySet propertySet)
* Binds to an existing contacts folder and loads the specified set of properties. |
static CalendarFolder |
CalendarFolder.bind(ExchangeService service,
WellKnownFolderName name,
PropertySet propertySet)
Binds to an existing calendar folder and loads the specified set of properties. |
static Appointment |
Appointment.bindToOccurrence(ExchangeService service,
ItemId recurringMasterId,
int occurenceIndex)
Binds to an existing appointment and loads its first class properties. |
static Appointment |
Appointment.bindToOccurrence(ExchangeService service,
ItemId recurringMasterId,
int occurenceIndex,
PropertySet propertySet)
Binds to an existing appointment and loads its first class properties. |
static Appointment |
Appointment.bindToRecurringMaster(ExchangeService service,
ItemId occurrenceId)
Binds to the master appointment of a recurring series and loads its first class properties. |
static Appointment |
Appointment.bindToRecurringMaster(ExchangeService service,
ItemId occurrenceId,
PropertySet propertySet)
Binds to the master appointment of a recurring series and loads its first class properties. |
protected ServiceResponse |
UpdateUserConfigurationRequest.createServiceResponse(ExchangeService service,
int responseIndex)
Creates the service response. |
protected MoveCopyItemResponse |
MoveItemRequest.createServiceResponse(ExchangeService service,
int responseIndex)
Creates the service response. |
protected microsoft.exchange.webservices.data.ExpandGroupResponse |
ExpandGroupRequest.createServiceResponse(ExchangeService service,
int responseIndex)
Creates the service response. |
protected MoveCopyItemResponse |
CopyItemRequest.createServiceResponse(ExchangeService service,
int responseIndex)
* Creates the service response. |
ServiceObject |
UpdateItemResponse.getObjectInstanceDelegate(ExchangeService service,
String xmlElementName)
|
ServiceObject |
MoveCopyItemResponse.getObjectInstanceDelegate(ExchangeService service,
String xmlElementName)
Gets the object instance delegate. |
ServiceObject |
MoveCopyFolderResponse.getObjectInstanceDelegate(ExchangeService service,
String xmlElementName)
Gets the object instance delegate. |
ServiceObject |
GetItemResponse.getObjectInstanceDelegate(ExchangeService service,
String xmlElementName)
Gets the object instance delegate. |
ServiceObject |
GetFolderResponse.getObjectInstanceDelegate(ExchangeService service,
String xmlElementName)
Gets the object instance delegate. |
protected void |
ServiceObject.setService(ExchangeService service)
Sets the service. |
| Constructors in microsoft.exchange.webservices.data with parameters of type ExchangeService | |
|---|---|
Appointment(ExchangeService service)
Initializes an unsaved local instance of Appointment". |
|
CalendarFolder(ExchangeService service)
Initializes an unsaved local instance of "CalendarFolder". |
|
Contact(ExchangeService service)
Initializes an unsaved local instance of |
|
ContactGroup(ExchangeService service)
Initializes an unsaved local instance of the class. |
|
ContactsFolder(ExchangeService service)
* Initializes an unsaved local instance of the class.To bind to an existing contacts folder, use ContactsFolder.Bind() instead. |
|
Conversation(ExchangeService service)
Initializes an unsaved local instance of Conversation. |
|
CopyItemRequest(ExchangeService service,
microsoft.exchange.webservices.data.ServiceErrorHandling errorHandlingMode)
* Initializes a new instance of the class. |
|
EmailMessage(ExchangeService service)
* Initializes an unsaved local instance of EmailMessage. |
|
ExpandGroupRequest(ExchangeService service)
Initializes a new instance of the class. |
|
Folder(ExchangeService service)
Initializes an unsaved local instance of |
|
Item(ExchangeService service)
Initializes an unsaved local instance of |
|
MeetingCancellation(ExchangeService service)
Initializes a new instance of the class. |
|
MeetingMessage(ExchangeService service)
Initializes a new instance of the "MeetingMessage" class. |
|
MeetingRequest(ExchangeService service)
Initializes a new instance of the class. |
|
MeetingResponse(ExchangeService service)
Initializes a new instance of the class. |
|
MoveCopyItemRequest(ExchangeService service,
microsoft.exchange.webservices.data.ServiceErrorHandling errorHandlingMode)
* Initializes a new instance of the class. |
|
NameResolutionCollection(ExchangeService service)
Represents a list of suggested name resolutions. |
|
PhoneCall(ExchangeService service)
PhoneCall Constructor. |
|
PhoneCall(ExchangeService service,
microsoft.exchange.webservices.data.PhoneCallId id)
PhoneCall Constructor. |
|
PostItem(ExchangeService service)
Initializes an unsaved local instance of PostItem.To bind to an existing post item, use PostItem.Bind() instead. |
|
PullSubscription(ExchangeService service)
Initializes a new instance. |
|
PushSubscription(ExchangeService service)
Initializes a new instance. |
|
SearchFolder(ExchangeService service)
Initializes an unsaved local instance of the class. |
|
ServiceObject(ExchangeService service)
Internal constructor. |
|
StreamingSubscription(ExchangeService service)
|
|
StreamingSubscriptionConnection(ExchangeService service,
int lifetime)
Initializes a new instance of the StreamingSubscriptionConnection class. |
|
StreamingSubscriptionConnection(ExchangeService service,
Iterable<StreamingSubscription> subscriptions,
int lifetime)
Initializes a new instance of the StreamingSubscriptionConnection class. |
|
SubscriptionBase(ExchangeService service)
Instantiates a new subscription base. |
|
SubscriptionBase(ExchangeService service,
String id)
Instantiates a new subscription base. |
|
SubscriptionBase(ExchangeService service,
String id,
String watermark)
Instantiates a new subscription base. |
|
Task(ExchangeService service)
* Initializes an unsaved local instance of Task.To bind to an existing task, use Task.Bind() instead. |
|
TasksFolder(ExchangeService service)
Initializes an unsaved local instance of the class. |
|
UnifiedMessaging(ExchangeService service)
Constructor. |
|
UpdateDelegateRequest(ExchangeService service)
Initializes a new instance of the class. |
|
UpdateUserConfigurationRequest(ExchangeService service)
Initializes a new instance of the class. |
|
UserConfiguration(ExchangeService service)
Initializes a new instance of |
|
UserConfiguration(ExchangeService service,
EnumSet<UserConfigurationProperties> requestedProperties)
Initializes a new instance of |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||