How does EmailProperty differ from StringProperty? Consider these two examples:
EmailProperty
StringProperty
# example 1: store an e-mail address in an EmailPr
If you call entity.to_xml(), an EmailProperty will come back as gd:email in your entity's Atom representation.
entity.to_xml()
Note that using an EmailProperty does not provide automatic validation of email address formatting.