Represents client information send to the server on connection using ID command (ID).
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
public IDInformation IDInformation { get; private set; } |
| Visual Basic |
|---|
Public Property IDInformation As IDInformation Get Private Set |
| Visual C++ |
|---|
public: property IDInformation^ IDInformation { IDInformation^ get (); private: void set (IDInformation^ value); } |