Connect-POPCmdlet

Parameters   Output Objects   Config Settings  

The Connect-POP cmdlet is used to create a persistent connection object.

Syntax

$cnn = Connect-POP [parameters]

Remarks

This cmdlet allows you to create a persistent connection object to be used with related cmdlets.

When executing the cmdlet a connection object is returned. Pass this object to the Connection parameter of related cmdlets to use the newly created connection object.

To disconnect call Disconnect-POP.

Parameter List


The following is the full list of the parameters of the cmdlet with short descriptions. Click on the links for further details.

LogFileThe location of a file to which debug information is written.
CertPasswordThe password to the certificate store.
CertStoreThe name of the certificate store for the client certificate.
CertStoreTypeThe type of certificate store for the client certificate.
CertSubjectThe subject of the certificate used for client authentication.
ConfigSpecifies one or more configuration settings.
CredentialThe PSCredential object to use for user/password authentication.
FirewallHostName or IP address of firewall.
FirewallPasswordA password if authentication is to be used when connecting through the firewall.
FirewallPortThe port of the firewall to which to connect.
FirewallTypeDetermines the type of firewall to connect through.
FirewallUserA user name if authentication is to be used connecting through a firewall.
ForceForces the component to accept the default behavior instead of querying the user.
LocalIPThe IP address of the local interface to use.
LogFileThe location of a file to which debug information is written.
PasswordThe password to use for authentication.
PortThe TCP port in the remote host to which to connect.
ServerThe address of the Server.
SSLDetermines how the component starts SSL negotiation.
SSLAcceptThe encoded public key of the certificate which is to be trusted explicitly.
TimeoutThe maximum time allowed for the operation.
UserThe username to use for authentication.

Output Objects


The following is the full list of the output objects returned by the cmdlet with short descriptions. Click on the links for further details.

POPConnectionThe connection object.

Config Settings


The following is a list of config settings for the cmdlet with short descriptions. Click on the links for further details.

MessageCountNumber of messages in the mailbox.
AuthorizationIdentityThe value to use as the authorization identity when SASL authentication is used.
AutoDecodeSubjectInstructs the component to automatically decode message subjects.
GetMessageSizeWhether to poll the server for the message size prior to retrieving it.
MaxLineLengthThe maximum expected length for message lines.
ConnectionTimeoutSets a separate timeout value for establishing a connection.
FirewallAutoDetectTells the component whether or not to automatically detect and use firewall system settings, if available.
FirewallHostName or IP address of firewall (optional).
FirewallPasswordPassword to be used if authentication is to be used when connecting through the firewall.
FirewallPortThe TCP port for the FirewallHost;.
FirewallTypeDetermines the type of firewall to connect through.
FirewallUserA user name if authentication is to be used connecting through a firewall.
KeepAliveIntervalThe retry interval, in milliseconds, to be used when a TCP keep-alive packet is sent and no response is received.
KeepAliveTimeThe inactivity time in milliseconds before a TCP keep-alive packet is sent.
LingerWhen set to True, connections are terminated gracefully.
LingerTimeTime in seconds to have the connection linger.
LocalHostThe name of the local host through which connections are initiated or accepted.
LocalPortThe port in the local host where the component binds.
MaxLineLengthThe maximum amount of data to accumulate when no EOL is found.
MaxTransferRateThe transfer rate limit in bytes per second.
ProxyExceptionsListA semicolon separated list of hosts and IPs to bypass when using a proxy.
TCPKeepAliveDetermines whether or not the keep alive socket option is enabled.
TcpNoDelayWhether or not to delay when sending packets.
UseIPv6Whether to use IPv6.
AbsoluteTimeoutDetermines whether timeouts are inactivity timeouts or absolute timeouts.
FirewallDataUsed to send extra data to the firewall.
InBufferSizeThe size in bytes of the incoming queue of the socket.
OutBufferSizeThe size in bytes of the outgoing queue of the socket.
BuildInfoInformation about the product's build.
CodePageThe system code page used for Unicode to Multibyte translations.
LicenseInfoInformation about the current license.
MaskSensitiveWhether sensitive data is masked in log messages.
UseInternalSecurityAPITells the component whether or not to use the system security libraries or an internal implementation.

LogFile Parameter (Connect-POP Cmdlet)

The location of a file to which debug information is written.

Syntax

Connect-POP -LogFile string

Remarks

When specified, the cmdlet will log debug information to the file. If the file exists, the information will be appended.

Default Value

null

AttachmentDirectory Parameter (Connect-POP Cmdlet)

Specifies the directory where attachments are downloaded.

Syntax

Connect-POP -AttachmentDirectory string

Remarks

Default Value

""

CertPassword Parameter (Connect-POP Cmdlet)

The password to the certificate store.

Syntax

Connect-POP -CertPassword string

Remarks

Default Value

""

Parameter Alias

CertificatePassword

CertStore Parameter (Connect-POP Cmdlet)

The name of the certificate store for the client certificate.

Syntax

Connect-POP -CertStore string

Remarks

Default Value

"MY"

Parameter Alias

CertificateStore

CertStoreType Parameter (Connect-POP Cmdlet)

The type of certificate store for the client certificate.

Syntax

Connect-POP -CertStoreType string

Remarks

Default Value

0

CertSubject Parameter (Connect-POP Cmdlet)

The subject of the certificate used for client authentication.

Syntax

Connect-POP -CertSubject string

Remarks

Default Value

"*"

Config Parameter (Connect-POP Cmdlet)

Specifies one or more configuration settings.

Syntax

Connect-POP -Config string[]

Remarks

Default Value

null

Credential Parameter (Connect-POP Cmdlet)

The PSCredential object to use for user/password authentication.

Syntax

Connect-POP -Credential PSCredential

Remarks

Default Value

null

Parameter Position

1

Parameter Alias

auth

FirewallHost Parameter (Connect-POP Cmdlet)

Name or IP address of firewall.

Syntax

Connect-POP -FirewallHost string

Remarks

Default Value

""

FirewallPassword Parameter (Connect-POP Cmdlet)

A password if authentication is to be used when connecting through the firewall.

Syntax

Connect-POP -FirewallPassword string

Remarks

Default Value

""

FirewallPort Parameter (Connect-POP Cmdlet)

The port of the firewall to which to connect.

Syntax

Connect-POP -FirewallPort int

Remarks

Default Value

0

FirewallType Parameter (Connect-POP Cmdlet)

Determines the type of firewall to connect through.

Syntax

Connect-POP -FirewallType string

Remarks

Default Value

0

FirewallUser Parameter (Connect-POP Cmdlet)

A user name if authentication is to be used connecting through a firewall.

Syntax

Connect-POP -FirewallUser string

Remarks

Default Value

""

Force Parameter (Connect-POP Cmdlet)

Forces the component to accept the default behavior instead of querying the user.

Syntax

Connect-POP -Force SwitchParameter

Remarks

Default Value

false

List Parameter (Connect-POP Cmdlet)

Number of messages to list.

Syntax

Connect-POP -List int

Remarks

Default Value

0

LocalFile Parameter (Connect-POP Cmdlet)

Part is stored here if this property is set.

Syntax

Connect-POP -LocalFile string

Remarks

Default Value

""

LocalIP Parameter (Connect-POP Cmdlet)

The IP address of the local interface to use.

Syntax

Connect-POP -LocalIP string

Remarks

Default Value

""

Parameter Alias

LocalAddress

LogFile Parameter (Connect-POP Cmdlet)

The location of a file to which debug information is written.

Syntax

Connect-POP -LogFile string

Remarks

Default Value

""

PartType Parameter (Connect-POP Cmdlet)

The ContentType to return when viewing a message.

Syntax

Connect-POP -PartType string

Remarks

Default Value

""

Password Parameter (Connect-POP Cmdlet)

The password to use for authentication.

Syntax

Connect-POP -Password string

Remarks

Default Value

""

Port Parameter (Connect-POP Cmdlet)

The TCP port in the remote host to which to connect.

Syntax

Connect-POP -Port int

Remarks

Default Value

110

Server Parameter (Connect-POP Cmdlet)

The address of the Server.

Syntax

Connect-POP -Server string

Remarks

Default Value

""

Parameter Position

0

This is a required parameter.

SSL Parameter (Connect-POP Cmdlet)

Determines how the component starts SSL negotiation.

Syntax

Connect-POP -SSL string

Remarks

Default Value

3

SSLAccept Parameter (Connect-POP Cmdlet)

The encoded public key of the certificate which is to be trusted explicitly.

Syntax

Connect-POP -SSLAccept string

Remarks

Default Value

""

Parameter Alias

Accept

Timeout Parameter (Connect-POP Cmdlet)

The maximum time allowed for the operation.

Syntax

Connect-POP -Timeout int

Remarks

Default Value

10

User Parameter (Connect-POP Cmdlet)

The username to use for authentication.

Syntax

Connect-POP -User string

Remarks

Default Value

""

View Parameter (Connect-POP Cmdlet)

The message number to view.

Syntax

Connect-POP -View int

Remarks

Default Value

0

Parameter Position

1

POPConnection Output Object (Connect-POP Cmdlet)

The connection object.

Syntax

Object POPConnection {
   string CertPassword;
   string CertStore;
   string CertStoreType;
   string CertSubject;
   string[] Config;
   PSCredential Credential;
   string FirewallHost;
   string FirewallPassword;
   int FirewallPort;
   string FirewallType;
   string FirewallUser;
   SwitchParameter Force;
   string LocalIP;
   string LogFile;
   string Password;
   int Port;
   string Server;
   string SSL;
   string SSLAccept;
   int Timeout;
   string User;
}

Remarks

This object holds the connection. It may be passed to the Connection parameter of related cmdlets.

Config Settings (Connect-POP Cmdlet)

GetPOP Config Settings

POP Config Settings

TCPClient Config Settings

ConnectionTimeout:  
FirewallAutoDetect:  
FirewallHost:  
FirewallPassword:  
FirewallPort:  
FirewallType:  
FirewallUser:  
KeepAliveInterval:  
KeepAliveTime:  
Linger:  
LingerTime:  
LocalHost:  
LocalPort:  
MaxLineLength:  
MaxTransferRate:  
ProxyExceptionsList:  
TCPKeepAlive:  
TcpNoDelay:  
UseIPv6:  

Socket Config Settings

AbsoluteTimeout:  
FirewallData:  
InBufferSize:  
OutBufferSize:  

Base Config Settings

BuildInfo:  
CodePage:  
LicenseInfo:  
MaskSensitive:  
UseInternalSecurityAPI: