Email Property
      
 

Description

Holds information about user's e-mail address.


Property type

A String value.  


Syntax

object.Email [= value]



The Email Property syntax has these parts:

Part Description
object An expression evaluating to an object of type XMPPVCard.
value A String value.

Remarks

This property will return user's contact e-mail. The value which is returned is provided as string type, which means that you can easily implement some method for verifying whether the e-mail is in the correct form or not.