Share via


ProjectPolicy.EmailSubject property

Gets or sets the subject of the notification email.

Namespace:  Microsoft.SharePoint.Client.InformationPolicy
Assembly:  Microsoft.Office.Client.Policy (in Microsoft.Office.Client.Policy.dll)

Syntax

'Declaration
Public Property EmailSubject As String
    Get
    Set
'Usage
Dim instance As ProjectPolicy
Dim value As String

value = instance.EmailSubject

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

Property value

Type: System.String

Remarks

The policy can be configured to send a notification email to the site owners in advance of the site expiration.

See also

Reference

ProjectPolicy class

ProjectPolicy members

Microsoft.SharePoint.Client.InformationPolicy namespace