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

The abstract download context
Show file Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
AbstractFastTransferStreamType FastTransferStreamType
CopyFolderCopyFlag CopyFolderCopyFlags
CopyMessageCopyFlag RopFastTransferSourceCopyMessagesCopyFlags
CopyPropertiesCopyFlag CopyPropertiesCopyFlags
CopyToCopyFlag CopyToCopyFlags
DownloadHandleIndex int
DownloadStreamIndex int
IsLevelTrue bool
ObjectType ObjectType
Property Sequence
RelatedFastTransferOperation EnumFastTransferOperation
RelatedObjectHandleIndex int
Sendoptions SendOptionAlls
SynchronizationExtraflag SynchronizationExtraFlag
SynchronizationType SynchronizationTypes
Synchronizationflag SynchronizationFlag
UpdatedState AbstractUpdatedState

Property Details

AbstractFastTransferStreamType public property

The configuration for the FastTransfer stream.
public FastTransferStreamType AbstractFastTransferStreamType
return FastTransferStreamType

CopyFolderCopyFlag public property

Save the copyFlag type of CopyFolder operation
public CopyFolderCopyFlags CopyFolderCopyFlag
return CopyFolderCopyFlags

CopyMessageCopyFlag public property

Save the copyFlag type of CopyMessage operation
public RopFastTransferSourceCopyMessagesCopyFlags CopyMessageCopyFlag
return RopFastTransferSourceCopyMessagesCopyFlags

CopyPropertiesCopyFlag public property

Save the copypFlag type of CopyProperties operation
public CopyPropertiesCopyFlags CopyPropertiesCopyFlag
return CopyPropertiesCopyFlags

CopyToCopyFlag public property

Save the copyFlag type of CopyTo operation
public CopyToCopyFlags CopyToCopyFlag
return CopyToCopyFlags

DownloadHandleIndex public property

The download handle index.
public int DownloadHandleIndex
return int

DownloadStreamIndex public property

The stream index for download index.
public int DownloadStreamIndex
return int

IsLevelTrue public property

Indicates whether descendant sub-objects are copied.
public bool IsLevelTrue
return bool

ObjectType public property

The messaging object type generate the download context.
public ObjectType ObjectType
return ObjectType

Property public property

The relative Property
public Sequence Property
return Sequence

RelatedFastTransferOperation public property

Variable to indicate which FastTransfer Operation is called
public EnumFastTransferOperation RelatedFastTransferOperation
return EnumFastTransferOperation

RelatedObjectHandleIndex public property

The relative messaging object handle index generate the download context.
public int RelatedObjectHandleIndex
return int

Sendoptions public property

The relative SendOptions
public SendOptionAlls Sendoptions
return SendOptionAlls

SynchronizationExtraflag public property

The relative SynchronizationExtraflag
public SynchronizationExtraFlag SynchronizationExtraflag
return SynchronizationExtraFlag

SynchronizationType public property

The synchronization type.
public SynchronizationTypes SynchronizationType
return SynchronizationTypes

Synchronizationflag public property

The relative SynchronizationFlag
public SynchronizationFlag Synchronizationflag
return SynchronizationFlag

UpdatedState public property

The updated ICS state.
public AbstractUpdatedState,Microsoft.Protocols.TestSuites.MS_OXCFXICS UpdatedState
return AbstractUpdatedState