ComponentPro UltimateMail

      ComponentPro.Net.Mail.Imap Properties

      See AlsoMembers Options: Show AllLanguage Filter: AllSend comments on this topic to ComponentPro
      For a list of all members of this type, see Imap members.

      Public Properties

      NameDescription
      Public PropertiesAbortTimeoutGets or sets a value, in milliseconds, indicating after what period of time a IMAP abort operation should timeout.
      Public PropertiesClearTextLoginDisabledReturns a value indicating whether the clear text login is disabled.
      Public PropertiesConfigGets or sets IMAP object settings.
      Public PropertiesEnabledFeaturesGets or sets the bit field specifying the enabled features.
      Public PropertiesEncodingGets or sets the Encoding that is used to encode commands sent to the server, and decode replies from the server.
      Public PropertiesInstanceIdGets instance ID (intended for logging purposes).
      Public PropertiesInvokeFromCurrentThreadsGets a value indicating whether to raise events from the current thread or to use a SynchronizationContext object available when an asynchronous operation was started. The default value is false.
      Public PropertiesIsAuthenticatedGets a boolean value indicating whether the session is authenticated. This is used to check whether the session has been automatically preauthenticated prior to calling the Authenticate method.
      Public PropertiesIsBusyGets a value indicating whether the component is performing a lengthy operation.
      Public PropertiesIsConnectedGets a boolean value indicating whether the connection has been established.
      Public PropertiesIsConnectionSecuredGets a boolean value indicating whether the current connection (if any) is secured with TLS/SSL layer.
      Public PropertiesLocalEndPointGets the local client EndPoint.
      Public PropertiesLogSourceGets or sets the source object for all log messages generated by this object. If not set, the property returns the current object.
      Public PropertiesProxyGets or sets the server proxy, if any, used to connect to the remote IMAP server.
      Public PropertiesRemoteEndPointGets the remote server EndPoint.
      Public PropertiesSecureSocketReturns the TLS/SSL socket of secured control connection.
      Public PropertiesServerNameGets the server name, if available.
      Public PropertiesServerPortGets the server port, if available.
      Public PropertiesStateGets the current state of the Imap object.
      Public PropertiesSupportedAuthenticationMethodsGets the list of supported authentication methods.
      Public PropertiesSupportedFeaturesGets the bit field specifying the features supported by the server.
      Public PropertiesTimeoutGets or sets a value, in milliseconds, indicating after what period of time an IMAP operation (sending commands, waiting for responses or time between data buffer transfers) should timeout.
      Virtual Public PropertiesTraceListenerManagerGets or sets the TraceListenerManager object to which the log messages generated by this object are sent. If not set, the Default trace listener manager is used. If this property is set to null, all messages from this object wont be logged.
      Virtual Public PropertiesTraceSourceGets or sets the source object for all log messages generated by this object. If not set, the property returns the current object.
      Public PropertiesUserNameGets the authenticated user name, if available.
      Public PropertiesWorkingFolderGets the currently selected Folder, or null reference (or Nothing in VB.NET) if no mailbox is selected.
      Top

      See Also