Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The IUserEmails interface contains properties and methods used to work with the collection of records about email addresses.
IUserEmails
Email addresses are stored in the user profile. The access to the collection of addressed is performed by using the IUserProfile.Emails property.
Property name | Brief description | |
Count | The Count property returns the number of records in the collection. | |
Item | The Item property returns the parameters of the specified email address. | |
Mobile | The Mobile property sets the mobile email. | |
Personal | The Personal property sets the private email address. | |
Working | The Working property sets the work email address. |
Method name | Brief description | |
Add | The Add method adds a record about the user email to the collection and returns its parameters. | |
Remove | The Remove method removes the record about the email from the collection. |
See also: