ComponentPro UltimateMail

      ComponentPro.Net.Mail.Smtp Properties

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

      Public Properties

      NameDescription
      Public PropertiesAbortTimeoutGets or sets the length of time before the abort operation times out.
      Public PropertiesClientDomainGets or sets the domain announced by the client.
      Public PropertiesConfigGets or sets Smtp object settings.
      Public PropertiesDeliveryStatusNotificationReturnMessageMethodGets or sets the value indicating to the SMTP server whether it should attach the entire original message or headers only.
      Public PropertiesDeliveryStatusNotificationTypeGets or sets the bit field specifying the conditions under which the SMTP server should generate and send a delivery status notification (DSN) messages.
      Public PropertiesEnabledFeaturesGets or sets the bit field specifying the enabled extensions.
      Public PropertiesEncodingGets or sets the Encoding to use to encode and decode command parameters and server responses.
      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 PropertiesIsAuthenticatedReturns a value indicating whether the session is authenticated.
      Public PropertiesIsBusyGets a value indicating whether there any operation (method) in progress.
      Public PropertiesIsConnectedGets a value indicating whether the session is connected.
      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 PropertiesMaxMailSizeGets the maximum mail message size announced by the server.
      Public PropertiesProxyGets or sets the network proxy to use to access a remote server.
      Public PropertiesRemoteEndPointGets the remote server EndPoint.
      Public PropertiesServerDomainGets the domain announced by the server.
      Public PropertiesServerNameGets the server name, if available.
      Public PropertiesServerPortGets the server port, if available.
      Public PropertiesStateGets the current state of the Smtp object.
      Public PropertiesSupportedFeaturesGets the bit field specifying the extensions supported by the server.
      Public PropertiesTimeoutGets or sets the length of time in milliseconds before the operation times out (specify -1 or 0 to indicate that the request does not time out).
      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.
      Top

      See Also