Sends Yahoo's specific ID command ('ID ("GUID" "1")'). This command is required to access yahoo. This command is sent automatically on connection when the host address contains "yahoo" string.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public ImapResponse SendYahooIDCommand()
Visual Basic
Public Function SendYahooIDCommand As ImapResponse
Visual C++
public:
ImapResponse^ SendYahooIDCommand()

Return Value

IMAP response object.

See Also