SPWebApplication.OutboundMailEnableSsl property

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property OutboundMailEnableSsl As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As Nullable(Of Boolean)

value = instance.OutboundMailEnableSsl

instance.OutboundMailEnableSsl = value
public Nullable<bool> OutboundMailEnableSsl { get; set; }

Property value

Type: System.Nullable<Boolean>

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace