Imap Object : Capabilities Property |
Visual Basic |
---|
Public Property Capabilities As DartStrings |
Read-only (but you can remove Strings in the collection).
As part of the Login process, every IMAP server announces the capabilities of that server implementation. For example, the following strings may be added to the Imap.Capabilities string collection during login:
Unlike the SMTP Control (which uses the Capabilities property to optimize the transmission of mail), the IMAP Control provides these values for informational purposes only.