Search
Contact.setEmail Method
See Also
 






Sets the e-mail address of the contact.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public void setEmail (
    String value
)

 Parameters

value

A string containing an e-mail address. The default is an empty string.

 See Also