Class email
Specifies the electronic mail address for communication with the object the vCard represents. See Section 6.4.2 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class email
Constructors
| Edit this page View Sourceemail()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public email()
email(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public email(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View Sourceparameters
E-Mail parameters
Declaration
public emailParameters parameters
Field Value
Type | Description |
---|---|
emailParameters |
text
Contains the e-mail address of the subject of the vCard.
Declaration
public string text
Field Value
Type | Description |
---|---|
string |