ImapClient.IntroduceClient
Contents
[
Hide
]IntroduceClient()
Introduces client information to a server.
public ImapIdentificationInfo IntroduceClient()
Return Value
Returns server identification information
See Also
- class ImapIdentificationInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
IntroduceClient(IConnection)
Introduces client information to a server.
public ImapIdentificationInfo IntroduceClient(IConnection connection)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
Return Value
Returns server identification information
See Also
- class ImapIdentificationInfo
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
IntroduceClient(ImapIdentificationInfo)
Introduces client information to a server.
public ImapIdentificationInfo IntroduceClient(ImapIdentificationInfo clientIdentificationInfo)
Parameter | Type | Description |
---|---|---|
clientIdentificationInfo | ImapIdentificationInfo | Client identification information |
Return Value
Returns server identification information
See Also
- class ImapIdentificationInfo
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
IntroduceClient(IConnection, ImapIdentificationInfo)
Introduces client information to a server.
public ImapIdentificationInfo IntroduceClient(IConnection connection,
ImapIdentificationInfo clientIdentificationInfo)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
clientIdentificationInfo | ImapIdentificationInfo | Client identification information |
Return Value
Returns server identification information
See Also
- class ImapIdentificationInfo
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email