ImapClientIntroduceClientAsync Method (ImapIdentificationInfo) |
Introduces client information to a server.
Namespace:
Aspose.Email.Clients.Imap
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic Task<ImapIdentificationInfo> IntroduceClientAsync(
ImapIdentificationInfo clientIdentificationInfo
)
Public Function IntroduceClientAsync (
clientIdentificationInfo As ImapIdentificationInfo
) As Task(Of ImapIdentificationInfo)
public:
Task<ImapIdentificationInfo^>^ IntroduceClientAsync(
ImapIdentificationInfo^ clientIdentificationInfo
)
member IntroduceClientAsync :
clientIdentificationInfo : ImapIdentificationInfo -> Task<ImapIdentificationInfo>
Parameters
- clientIdentificationInfo
- Type: Aspose.Email.Clients.ImapImapIdentificationInfo
Client identification information
Return Value
Type:
TaskImapIdentificationInfoTask object, with delegate for this operation
See Also