EcmDocumentRoutingWeb.IsEmailRoutingEnabled property

Gets whether the site is configured to organize e-mails.

Namespace:  Microsoft.Office.RecordsManagement.RecordsRepository
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public ReadOnly Property IsEmailRoutingEnabled As Boolean
    Get
'Usage
Dim instance As EcmDocumentRoutingWeb
Dim value As Boolean

value = instance.IsEmailRoutingEnabled
public bool IsEmailRoutingEnabled { get; }

Property value

Type: System.Boolean
true if the site is configured to organize e-mails; otherwise, false.

See also

Reference

EcmDocumentRoutingWeb class

EcmDocumentRoutingWeb members

Microsoft.Office.RecordsManagement.RecordsRepository namespace