C# Class Microsoft.Protocols.TestSuites.MS_OXCFXICS.StreamBufferContent

The structure to save how the FastTransfer stream are download
Show file Open project: OfficeDev/Interop-TestSuites

Public Properties

Property Type Description
EmbedMessageBodyInOriginalFormat bool
ErrorInfoUsed bool
FolderContentDownload bool
FolderPropertiesDownload bool
MessageAndChangeIdDownlaod bool
MessageBodyDownloadInOriginalFormat bool
MessageBodyDownloadInRTFFormat bool
MessageChangeFull bool
MessageChangePartial bool
NoPermissionsObjectDownload bool
PidTagNewFXFolderDownload bool
PropertiesDownloadInCodePage bool
PropertiesDownloadInUnicode bool
SubfoldersDownload bool

Property Details

EmbedMessageBodyInOriginalFormat public property

The body of embedded messages download in original format
public bool EmbedMessageBodyInOriginalFormat
return bool

ErrorInfoUsed public property

errorInfo element is used
public bool ErrorInfoUsed
return bool

FolderContentDownload public property

The folder content download
public bool FolderContentDownload
return bool

FolderPropertiesDownload public property

The folder properties download
public bool FolderPropertiesDownload
return bool

MessageAndChangeIdDownlaod public property

Message and change identification information is download
public bool MessageAndChangeIdDownlaod
return bool

MessageBodyDownloadInOriginalFormat public property

The message body download in original format
public bool MessageBodyDownloadInOriginalFormat
return bool

MessageBodyDownloadInRTFFormat public property

The message bodies download in the compressed RTF format
public bool MessageBodyDownloadInRTFFormat
return bool

MessageChangeFull public property

[In messageChange]A server use messageChangeFull
public bool MessageChangeFull
return bool

MessageChangePartial public property

[In messageChange]A server use MessageChangePartial
public bool MessageChangePartial
return bool

NoPermissionsObjectDownload public property

Download objects that the client has no permissions
public bool NoPermissionsObjectDownload
return bool

PidTagNewFXFolderDownload public property

PidTagNewFXFolder property is download
public bool PidTagNewFXFolderDownload
return bool

PropertiesDownloadInCodePage public property

Properties download in code page set on the current connection
public bool PropertiesDownloadInCodePage
return bool

PropertiesDownloadInUnicode public property

Properties download in Unicode
public bool PropertiesDownloadInUnicode
return bool

SubfoldersDownload public property

The subfolders of the folder specified download
public bool SubfoldersDownload
return bool