#import <JiveEmail.h>
Inherits JiveObject.
Properties | |
| NSString * | jive_label |
| For primary emails the value must be "Email". To learn the list of email fields available in a Jive instance do a GET to /metadata/objects/emails. When using the Javascript API then execute metadata.getObjectMetadata("emails"). | |
| NSString * | value |
| A valid email address. Primary emails must be unique across the system. | |
| NSString * | type |
| Possible values are home, other or work. | |
| bool | primary |
| True if this is the primary email address. | |