IntroduceClient
Contents
[
Hide
]
ImapClient.IntroduceClient method (1 of 4)
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
ImapClient.IntroduceClient method (2 of 4)
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
ImapClient.IntroduceClient method (3 of 4)
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
ImapClient.IntroduceClient method (4 of 4)
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