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

The data for connection
显示文件 Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Public Properties

Property Type Description
AttachmentContainer Sequence
DownloadContextContainer Sequence
FolderContainer Sequence
LocalIdCount uint
LogonFolderType LogonFlags
LogonHandleIndex int
MessageContainer Sequence
UploadContextContainer Sequence

Property Details

AttachmentContainer public_oe property

Contains attachment id
public Sequence AttachmentContainer
return Sequence

DownloadContextContainer public_oe property

The download contexts created on the server
public Sequence DownloadContextContainer
return Sequence

FolderContainer public_oe property

Contains folder id
public Sequence FolderContainer
return Sequence

LocalIdCount public_oe property

The local Id count.
public uint LocalIdCount
return uint

LogonFolderType public_oe property

logOn folder type
public LogonFlags LogonFolderType
return LogonFlags

LogonHandleIndex public_oe property

Logon server or not
public int LogonHandleIndex
return int

MessageContainer public_oe property

Contains message id
public Sequence MessageContainer
return Sequence

UploadContextContainer public_oe property

The upload contexts created on the server
public Sequence UploadContextContainer
return Sequence