IncomingEmailSettings Class |
Namespace: FileHold.LibraryManager
public class IncomingEmailSettings : HostConnectionSettings
The IncomingEmailSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | IncomingEmailSettings | Initializes a new instance of the IncomingEmailSettings class |
Name | Description | |
---|---|---|
![]() | AuthenticateUser |
Determines whether host allows to anonymous connections. If false, username and password will be used for authentication.
(Inherited from HostConnectionSettings.) |
![]() | EncryptConnection |
Determines whether SSL connection should be used.
(Inherited from HostConnectionSettings.) |
![]() | HostName |
Name of the host.
(Inherited from HostConnectionSettings.) |
![]() | Password |
Password required fro authentication.
(Inherited from HostConnectionSettings.) |
![]() | Port |
Protocol port. It should be between 0 and 65535.
(Inherited from HostConnectionSettings.) |
![]() | Username |
Username required for authentication.
(Inherited from HostConnectionSettings.) |
Name | Description | |
---|---|---|
![]() | ConvertT | (Defined by ObjectExtension.) |
![]() | ToJson | (Defined by ObjectExtension.) |