SPWebApplication.OutboundMailPort property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property OutboundMailPort As Integer
Get
Set
'Usage
Dim instance As SPWebApplication
Dim value As Integer
value = instance.OutboundMailPort
instance.OutboundMailPort = value
public int OutboundMailPort { get; set; }
Property value
Type: System.Int32