SPIncomingEmailService.AliasPrefix property

The alias prefix that an administrator can choose to set for the farm, so that all email addresses on the farm can be consistent. It gives admins a way to control the name-polution of the corresponding AD objects that are created...

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

Syntax

'Declaration
Public Property AliasPrefix As String
    Get
    Set
'Usage
Dim instance As SPIncomingEmailService
Dim value As String

value = instance.AliasPrefix

instance.AliasPrefix = value
public string AliasPrefix { get; set; }

Property value

Type: System.String

See also

Reference

SPIncomingEmailService class

SPIncomingEmailService members

Microsoft.SharePoint.Administration namespace