Email Notification The Email Notification page allows you to configure the web part to be sent as an email. It contains the following: Table 27. Email Notification Element Description Display Email Notification Section Allows you to determines whether or not the email notification section should be displayed in the List Form. The email notification will enable the user to send an email to one or more recipients when an item is added or modified. Subject Allows you to specify the default subject that is displayed by the list item email. Message Allows you to specify the default message that is displayed by the list item email. Allow Custom Message Allows you to set the list item to allow the user to modify the message. Include Link to List or Library Allows you to allows the hyperlinks to the AllItems.aspx of the list or document library. Include Link to Item Allows you to determine whether the message will include the hyperlink to the newly added or modified list item. Include Document as Attachment Allows you to allow the email to contain the selected document as attachments. User Selection Mode Allows you to select user from the parent site or address book. • Plain Text— If the plain text option is selected, a text box will be displayed in which you can type email IDs. Also, a list of all parent site users will be displayed from which the user can be selected. • People Picker — If the people picker is selected, address book will be displayed from which you can add user. User Selection Scope Allows you to choose the source from which the user will be selected. It can be from All Web User or a specific SharePoint Group. Advanced Mode: Turn on if you want to edit Web User in XML format. XML will look like the following: <Scopes> <Scope Name="AllWebUsers" /> </Scopes> Turn on if you want to edit SharePoint Group in XML format. XML will look like the following: <Scopes> <Scope Name="SPGroup" [selected scope] GroupName="SPGroupName" [sharepoint group name] GroupID=" GroupID " [sharepoint group ID] GroupSiteUrl="groupSiteUrl" /> </Scopes>