IntroduceClient
Contents
[
Hide
]IntroduceClient (1 of 4)
Introduces client information to a server.
Returns: Returns server identification information
IntroduceClient()
IntroduceClient (2 of 4)
Introduces client information to a server.
Returns: Returns server identification information
IntroduceClient(System::SharedPtr < IConnection > connection)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
IntroduceClient (3 of 4)
Introduces client information to a server.
Returns: Returns server identification information
IntroduceClient(System::SharedPtr < IConnection > connection, System::SharedPtr < ImapIdentificationInfo > clientIdentificationInfo)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| clientIdentificationInfo | Client identification information |
IntroduceClient (4 of 4)
Introduces client information to a server.
Returns: Returns server identification information
IntroduceClient(System::SharedPtr < ImapIdentificationInfo > clientIdentificationInfo)
| Parameter | Description |
|---|---|
| clientIdentificationInfo | Client identification information |