Метод | Описание | |
---|---|---|
CopyItem ( CopyItemType request ) : CopyItemResponseType |
Copy the calendar related item elements.
|
|
CreateItem ( |
Create the calendar related item elements.
|
|
DeleteItem ( |
Delete the calendar related item elements.
|
|
GetItem ( |
Get the calendar related item elements.
|
|
Initialize ( ITestSite testSite ) : void |
Overrides IAdapter's Initialize() and sets default protocol short name of the testSite.
|
|
MoveItem ( MoveItemType request ) : MoveItemResponseType |
Move the calendar related item elements.
|
|
SwitchUser ( string userName, string userPassword, string userDomain ) : void |
Switch the current user to the new one, with the identity of the new user to communicate with Exchange Web Service.
|
|
UpdateItem ( |
Update the calendar related item elements.
|
Метод | Описание | |
---|---|---|
VeirfyNonEmptyArrayOfAttendeesType ( |
Verify the NonEmptyArrayOfAttendeesType structure
|
|
VerifyAttendeeType ( |
Verify the AttendeeType structure.
|
|
VerifyCalendarItemType ( |
Verify the CalendarItemType structure.
|
|
VerifyCalendarItemTypeType ( bool isSchemaValidated ) : void |
Verify the CalendarItemTypeType schema.
|
|
VerifyCopyItemOperation ( CopyItemResponseType response, bool isSchemaValidated ) : void |
Verify the WSDL port type specifications for the CopyItem operation and CopyItemResponseType structure.
|
|
VerifyCreateItemOperation ( CreateItemResponseType response, bool isSchemaValidated ) : void |
Verify the CreateItemResponseType structure.
|
|
VerifyDayOfWeekIndexType ( bool isSchemaValidated ) : void |
Verify DayOfWeekIndexType structure.
|
|
VerifyDayOfWeekType ( bool isSchemaValidated ) : void |
Verify DayOfWeekType structure.
|
|
VerifyDeleteItemOperation ( bool isSchemaValidated ) : void |
Verify the WSDL port type specifications for the DeleteItem operation.
|
|
VerifyDeletedOccurrenceInfoType ( bool isSchemaValidated ) : void |
Verify DeletedOccurrenceInfoType structure.
|
|
VerifyEmailAddressType ( |
Verify EmailAddressType structure.
|
|
VerifyGetItemOperation ( GetItemResponseType response, bool isSchemaValidated ) : void |
Verify the WSDL port type specifications for the GetItem operation and GetItemResponseType structure
|
|
VerifyItemTypeItems ( |
Verify the structure of calendar related item.
|
|
VerifyLegacyFreeBusyType ( bool isSchemaValidated ) : void |
Verify LegacyFreeBusyType structure.
|
|
VerifyMailboxTypeType ( bool isSchemaValidated ) : void |
Verify MailboxTypeType structure.
|
|
VerifyMeetingCancellationMessageType ( |
Verify the MeetingCancellationMessageType structure.
|
|
VerifyMeetingMessageType ( |
Verify the MeetingMessageType structure.
|
|
VerifyMeetingRequestMessageType ( |
Verify the MeetingRequestMessageType structure
|
|
VerifyMeetingRequestTypeType ( bool isSchemaValidated ) : void |
Verify MeetingRequestTypeType structure.
|
|
VerifyMeetingResponseMessageType ( |
Verify the MeetingResponseMessageType structure.
|
|
VerifyMonthNamesType ( bool isSchemaValidated ) : void |
Verify MonthNamesType structure.
|
|
VerifyMoveItemOperation ( MoveItemResponseType response, bool isSchemaValidated ) : void |
Verify the WSDL port type specifications for the MoveItem operation and MoveItemResponseType structure.
|
|
VerifyNonEmptyArrayOfAllItemsType ( bool isSchemaValidated ) : void |
Verify NonEmptyArrayOfAllItemsType structure.
|
|
VerifyNonEmptyArrayOfDeletedOccurrencesType ( |
Verify the NonEmptyArrayOfDeletedOccurrencesType structure.
|
|
VerifyNonEmptyArrayOfOccurrenceInfoType ( |
Verify NonEmptyArrayOfOccurrenceInfoType structure.
|
|
VerifyNonEmptyStringType ( bool isSchemaValidated ) : void |
Verify NonEmptyStringType structure.
|
|
VerifyOccurrenceInfoType ( bool isSchemaValidated ) : void |
Verify occurrenceInfoType structure.
|
|
VerifyRecurrencePatternTypes ( RecurrencePatternBaseType recurrencePatternBaseType, bool isSchemaValidated ) : void |
Verify RecurrencePatternBaseType structure.
|
|
VerifyRecurrenceRangeTypes ( |
Verify RecurrenceRangeBaseType structure.
|
|
VerifyRecurrenceType ( |
Verify the RecurrenceType structure.
|
|
VerifyResponseTypeType ( bool isSchemaValidated ) : void |
Verify the ResponseTypeType schema.
|
|
VerifySingleRecipientType ( |
Verify SingleRecipientType structure.
|
|
VerifySoapVersion ( ) : void |
Verify SOAP version.
|
|
VerifyTimeChangeType ( bool isSchemaValidated ) : void |
Verify TimeChangeType structure.
|
|
VerifyTimeZoneType ( |
Verify TimeZoneType structure.
|
|
VerifyTransportType ( ) : void |
Verify the transport related requirements.
|
|
VerifyUpdateItemOperation ( UpdateItemResponseType response, bool isSchemaValidated ) : void |
Verify the WSDL port type specifications for the UpdateItem operation and UpdateItemResponseType structure.
|
public CopyItem ( CopyItemType request ) : CopyItemResponseType | ||
request | CopyItemType | A request to the CopyItem operation. |
Результат | CopyItemResponseType |
public CreateItem ( |
||
request | A request to the CreateItem operation. | |
Результат | CreateItemResponseType |
public DeleteItem ( |
||
request | A request to the DeleteItem operation. | |
Результат | DeleteItemResponseType |
public GetItem ( |
||
request | A request to the GetItem operation. | |
Результат | GetItemResponseType |
public Initialize ( ITestSite testSite ) : void | ||
testSite | ITestSite | Pass ITestSite to adapter, make adapter can use ITestSite's function. |
Результат | void |
public MoveItem ( MoveItemType request ) : MoveItemResponseType | ||
request | MoveItemType | A request to the MoveItem operation. |
Результат | MoveItemResponseType |
public SwitchUser ( string userName, string userPassword, string userDomain ) : void | ||
userName | string | The name of a user |
userPassword | string | The password of a user |
userDomain | string | The domain, in which a user is |
Результат | void |
public UpdateItem ( |
||
request | A request to the UpdateItem operation. | |
Результат | UpdateItemResponseType |