ExchangeConnectionSettings.EncryptedIncomingPassword property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Property EncryptedIncomingPassword As String
Get
Set
'Usage
Dim instance As ExchangeConnectionSettings
Dim value As String
value = instance.EncryptedIncomingPassword
instance.EncryptedIncomingPassword = value
public string EncryptedIncomingPassword { get; set; }
Property value
Type: System.String
See also
Reference
ExchangeConnectionSettings class