|
Online Maps v3
|
An email address. Broken into two parts (id and domain) to help prevent email harvesting. More...
Public Member Functions | |
| EMail (string id, string domain) | |
| Constructor. | |
| EMail (OnlineMapsXML node) | |
| Creates instance and loads the data from the node. | |
Public Attributes | |
| string | id |
| ID half of email address. | |
| string | domain |
| Domain half of email address. | |
An email address. Broken into two parts (id and domain) to help prevent email harvesting.
| OnlineMapsGPXObject.EMail.EMail | ( | string | id, |
| string | domain ) |
Constructor.
| id | ID half of email address |
| domain | Domain half of email address |
| OnlineMapsGPXObject.EMail.EMail | ( | OnlineMapsXML | node | ) |
Creates instance and loads the data from the node.
| node | EMail node |