ImapClient.IntroduceClient

IntroduceClient()

Introduces client information to a server.

public ImapIdentificationInfo IntroduceClient()

Return Value

Returns server identification information

See Also


IntroduceClient(IConnection)

Introduces client information to a server.

public ImapIdentificationInfo IntroduceClient(IConnection connection)
ParameterTypeDescription
connectionIConnectionConnection to a server

Return Value

Returns server identification information

See Also


IntroduceClient(ImapIdentificationInfo)

Introduces client information to a server.

public ImapIdentificationInfo IntroduceClient(ImapIdentificationInfo clientIdentificationInfo)
ParameterTypeDescription
clientIdentificationInfoImapIdentificationInfoClient identification information

Return Value

Returns server identification information

See Also


IntroduceClient(IConnection, ImapIdentificationInfo)

Introduces client information to a server.

public ImapIdentificationInfo IntroduceClient(IConnection connection, 
    ImapIdentificationInfo clientIdentificationInfo)
ParameterTypeDescription
connectionIConnectionConnection to a server
clientIdentificationInfoImapIdentificationInfoClient identification information

Return Value

Returns server identification information

See Also