ProjectPolicy.EmailBody property

Gets or sets the body of the notification email if there is no site mailbox associated with the site.

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

Syntax

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

value = instance.EmailBody

instance.EmailBody = value
public string EmailBody { 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