SPIncomingEmailService.MaxServerRelativeFileUrlLength Property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property MaxServerRelativeFileUrlLength As Integer
Get
Set
'Usage
Dim instance As SPIncomingEmailService
Dim value As Integer
value = instance.MaxServerRelativeFileUrlLength
instance.MaxServerRelativeFileUrlLength = value
public int MaxServerRelativeFileUrlLength { get; set; }
Property Value
Type: System.Int32