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

The structure to save how the FastTransfer stream are download
显示文件 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_oe property

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

ErrorInfoUsed public_oe property

errorInfo element is used
public bool ErrorInfoUsed
return bool

FolderContentDownload public_oe property

The folder content download
public bool FolderContentDownload
return bool

FolderPropertiesDownload public_oe property

The folder properties download
public bool FolderPropertiesDownload
return bool

MessageAndChangeIdDownlaod public_oe property

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

MessageBodyDownloadInOriginalFormat public_oe property

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

MessageBodyDownloadInRTFFormat public_oe property

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

MessageChangeFull public_oe property

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

MessageChangePartial public_oe property

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

NoPermissionsObjectDownload public_oe property

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

PidTagNewFXFolderDownload public_oe property

PidTagNewFXFolder property is download
public bool PidTagNewFXFolderDownload
return bool

PropertiesDownloadInCodePage public_oe property

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

PropertiesDownloadInUnicode public_oe property

Properties download in Unicode
public bool PropertiesDownloadInUnicode
return bool

SubfoldersDownload public_oe property

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