ServicePropertiespop3reader_Port Property |
Port to connect to POP3 server. Defaults to 110 for regular connection, 995 for secure.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax int pop3reader_Port { get; }
ReadOnly Property pop3reader_Port As Integer
Get
Property Value
Type:
Int32Port to connect to POP3 server. Defaults to 110 for regular connection, 995 for secure.
Remarks
Applies to ServiceInstance pop3reader only.
See Also