Back to product page

Email property


Holds information about user's e-mail address.

Type

String

Syntax

  • Basic
object.Email [= value]
The Email(object,value) syntax has these parts:
objectAn expression evaluating to an object of type XMPPVCard
valueA 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.

Platforms

Windows