ComponentPro UltimateBounceInspector

      ComponentPro.Net.Mail.Pop3 Properties

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

      Public Properties

      NameDescription
      Public PropertiesAbortTimeoutGets or sets a value, in milliseconds, indicating after what period of time a POP3 abort operation should timeout.
      Public PropertiesConfigGets or sets POP3 object settings.
      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 the value indicating whether the control connection is secured.
      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 PropertiesMailboxSizeGets the size of the mailbox in bytes (the sum of lengths of all messages).
      Public PropertiesMessageCountGets the number of messages in the mailbox.
      Public PropertiesProxyGets or sets the server proxy, if any, used to connect to the remote server.
      Public PropertiesRemoteEndPointGets the remote server EndPoint.
      Public PropertiesSecureSocketReturns the TLS/SSL socket of secured control connection.
      Public PropertiesServerNameGets the host name of the connected session, or null if not connected.
      Public PropertiesServerPortGets the SFTP port of the connected session, or 0 if not connected.
      Public PropertiesStateGets the current state of the Pop3 object.
      Public PropertiesSupportedAuthenticationMethodsGets the list of supported authentication methods.
      Public PropertiesSupportedFeaturesGets the bit field specifying the extensions supported by the server.
      Public PropertiesTimeoutGets or sets a value, in milliseconds, indicating after what period of time an 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 user of the connected session, or null if not connected.
      Top

      See Also