Click or drag to resize

IncomingEmailSettings Class

Defines connection settings to the email server.
Inheritance Hierarchy

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public class IncomingEmailSettings : HostConnectionSettings

The IncomingEmailSettings type exposes the following members.

Constructors
  NameDescription
Public methodIncomingEmailSettings
Initializes a new instance of the IncomingEmailSettings class
Top
Properties
  NameDescription
Public propertyAuthenticateUser
Determines whether host allows to anonymous connections. If false, username and password will be used for authentication.
(Inherited from HostConnectionSettings.)
Public propertyEncryptConnection
Determines whether SSL connection should be used.
(Inherited from HostConnectionSettings.)
Public propertyHostName
Name of the host.
(Inherited from HostConnectionSettings.)
Public propertyPassword
Password required fro authentication.
(Inherited from HostConnectionSettings.)
Public propertyPort
Protocol port. It should be between 0 and 65535.
(Inherited from HostConnectionSettings.)
Public propertyUsername
Username required for authentication.
(Inherited from HostConnectionSettings.)
Top
Extension Methods
See Also