ExchangeServiceBinding.UseDefaultCredentials Property
Gets or sets whether to use user-supplied or default credentials.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property UseDefaultCredentials As Boolean
Get
Set
'Usage
Dim instance As ExchangeServiceBinding
Dim value As Boolean
value = instance.UseDefaultCredentials
instance.UseDefaultCredentials = value
public bool UseDefaultCredentials { get; set; }
Property Value
Type: System.Boolean
A Boolean value that represents whether to user-supplied or default credentials.