C# Class Microsoft.Protocols.TestSuites.MS_ASRM.TestSuiteHelper

A static class contains all helper methods used in test cases.
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Private Methods

Method Description
CreateSendMailRequest ( string from, string to, string cc, string bcc, string subject, string content, string templateID ) : SendMailRequest

Create a SendMail request.

CreateSmartForwardRequest ( string sourceFolderId, string sourceServerId, string forwardMime ) : SmartForwardRequest

Builds a SmartForward request by using the specified source folder Id, source server Id and forward mime information.

CreateSmartReplyRequest ( string sourceFolderId, string sourceServerId, string replyMime ) : SmartReplyRequest

Builds a SmartReply request by using the specified source folder Id, source server Id and reply mime information.

CreateSyncCollection ( string syncKey, string collectionId ) : SyncCollection

Creates an instance of SyncCollection

CreateSyncRequest ( string syncKey, string collectionId, bool rightsManagementSupport ) : SyncRequest

Builds a generic Sync request without command references by using the specified sync key, folder collection ID and body preference option.

GetElementInnerText ( XmlElement lastRawResponse, string parentNodeName, string nodeName, string subject ) : string

Get the inner text of specified element.