IUserEmails

Assembly: Metabase;

Description

The IUserEmails interface contains properties and methods used to work with the collection of records about email addresses.

Inheritance Hierarchy

IUserEmails

Comments

Email addresses are stored in the user profile. The access to the collection of addressed is performed by using the IUserProfile.Emails property.

Properties

  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.

Methods

  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:

Metabase Assembly Interfaces