Show / Hide Table of Contents

Class EmailData

Inheritance
object
EmailData
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Authentication.OAuth
Assembly: DotNetNuke.dll
Syntax
[DataContract]
public class EmailData

Constructors

EmailData()

Declaration
public EmailData()

Properties

AccountEmail

Declaration
[DataMember(Name = "account")]
public string AccountEmail { get; set; }
Property Value
Type Description
string

BusinessEmail

Declaration
[DataMember(Name = "business")]
public string BusinessEmail { get; set; }
Property Value
Type Description
string

PersonalEmail

Declaration
[DataMember(Name = "personal")]
public string PersonalEmail { get; set; }
Property Value
Type Description
string

PreferredEmail

Declaration
[DataMember(Name = "preferred")]
public string PreferredEmail { get; set; }
Property Value
Type Description
string

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS