ProjectPolicy.EmailBodyWithTeamMailbox property

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

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

Syntax

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

value = instance.EmailBodyWithTeamMailbox

instance.EmailBodyWithTeamMailbox = value
public string EmailBodyWithTeamMailbox { 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.Office.RecordsManagement.InformationPolicy namespace