Метод | Описание | |
---|---|---|
GetClientId ( ) : string |
Get client id for send mail
|
Метод | Описание | |
---|---|---|
CreateAttendees ( string attendeeEmail ) : |
Create a Request.Attendees instance by the attendee email address.
|
|
CreateItemOperationsRequest ( string collectionId, string serverId, string fileReference, |
Build an ItemOperations command request.
|
|
CreateMIME ( EmailType type, string from, string to, string subject, string body ) : string |
Create MIME for SendMail command.
|
|
CreateMeetingRequestMime ( string from, string to, string subject, string body, string icalendarContent ) : string |
Create a meeting request mime
|
|
CreateSearchRequest ( string query, string collectionId, string conversationId, |
Build a Search request.
|
|
CreateSyncAddRequest ( string syncKey, string collectionId, |
Create a sync add request.
|
|
CreateSyncCollection ( string syncKey, string collectionId ) : |
Create an instance of SyncCollection.
|
|
CreateSyncRequest ( string syncKey, string collectionId, |
Build a generic Sync request without command references by using the specified sync key, folder collection ID and body preference option. If syncKey is In general, returns the XML formatted Sync request as follows:
|
|
CreateSyncRequest ( string syncKey, string collectionId, object commands, |
Build a Sync command request.
|
|
CreateiCalendarFormatContent ( Calendar calendar ) : string |
Create iCalendar format string from one calendar instance
|
|
GetDataInnerText ( |
Get the inner text of specified element.
|
|
GetSearchItem ( Microsoft.Protocols.TestSuites.Common.DataStructures searchStore, string subject ) : |
Get the email item from the Search response by using the subject as the search criteria.
|
|
GetSyncAddItem ( Microsoft.Protocols.TestSuites.Common.DataStructures syncStore, string subject ) : |
Get the specified email item from the sync add response by using the subject.
|
|
SetMeetingProperties ( string subject, string attendeeEmailAddress, ITestSite testSite ) : object>.Dictionary |
Set the value of common meeting properties
|
|
TruncateData ( string originalData, int length ) : string |
Truncate data according to the specified length.
|