Share via


PrincipalInfo.Email Field

E-mail address that is associated with a user of a SharePoint site.

Web Service: PeopleWeb Reference: http://<Site>/_vti_bin/People.asmx

Syntax

Public Email As String

Dim instance As PrincipalInfo
Dim value As String

value = instance.Email

instance.Email = value
public string Email

Remarks

This is the full Simple Mail Transfer Protocol (SMTP) or Session Initiation Protocol (SIP) e-mail address for the user, rather than the alias without the domain name.

See Also

Reference

PrincipalInfo Structure
PrincipalInfo Members
People Web Service
PrincipalInfo.DisplayName Field
SPPrincipalInfo.Email Property
SPUserInfo.LoginName Field