SyndicationPerson.Email Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the email address of the person.
public:
property Platform::String ^ Email { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Email();
void Email(winrt::hstring value);
public string Email { get; set; }
var string = syndicationPerson.email;
syndicationPerson.email = string;
Public Property Email As String
Property Value
The atom:email element.