Click or drag to resize

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; }

Property Value

Type: Int32
Port to connect to POP3 server. Defaults to 110 for regular connection, 995 for secure.
Remarks
Applies to ServiceInstance pop3reader only.
See Also