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

The abstract folder structure.
ファイルを表示 Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
ChangeNumberIndex int
FolderHandleIndex int
FolderIdIndex int
FolderPermission PermissionLevels
FolderProperties Set
ICSStateContainer AbstractUpdatedState>.MapContainer
MessageIds Set
ParentFolderHandleIndex int
ParentFolderIdIndex int
SubFolderIds Set

Property Details

ChangeNumberIndex public_oe property

The change number index.
public int ChangeNumberIndex
return int

FolderHandleIndex public_oe property

The folder handle index.
public int FolderHandleIndex
return int

FolderIdIndex public_oe property

The folder Id index.
public int FolderIdIndex
return int

FolderPermission public_oe property

The folder permission.
public PermissionLevels FolderPermission
return PermissionLevels

FolderProperties public_oe property

The folder properties.
public Set FolderProperties
return Set

ICSStateContainer public_oe property

Contains the ICS State have been downloaded.
public MapContainer ICSStateContainer
return AbstractUpdatedState>.MapContainer

MessageIds public_oe property

The count of messages.
public Set MessageIds
return Set

ParentFolderHandleIndex public_oe property

Folder handle index of parent folder.
public int ParentFolderHandleIndex
return int

ParentFolderIdIndex public_oe property

Folder Id index of parent folder.
public int ParentFolderIdIndex
return int

SubFolderIds public_oe property

The count of subFolder.
public Set SubFolderIds
return Set