Class EmailData
Inheritance
System.Object
EmailData
Assembly: DotNetNuke.dll
Syntax
public class EmailData : object
Properties
|
Improve this Doc
View Source
AccountEmail
Declaration
public string AccountEmail { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
BusinessEmail
Declaration
public string BusinessEmail { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PersonalEmail
Declaration
public string PersonalEmail { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PreferredEmail
Declaration
public string PreferredEmail { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods