AreaListing.PersonEmail Property
NOTE: This API is now obsolete.
Gets or sets the e-mail address of the person of the person type listing.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property PersonEmail As String
Get
Set
'Usage
Dim instance As AreaListing
Dim value As String
value = instance.PersonEmail
instance.PersonEmail = value
[ObsoleteAttribute("This class is obsolete.")]
public string PersonEmail { get; set; }
Property Value
Type: System.String
String that represents the e-mail address of the person of the person type listing.
Remarks
Use the PersonEmail property only if this listing is a person type. Use the PersonPreferredName and PersonSID properties to determine if this listing is a person type.