• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

"emailaddress" MDO List

Some tooltip text!
• 2 minutes to read
 • 2 minutes to read

List of e-mail addresses matching the search value Searches e-mail address, person name, company name.

E-mail address matches: return e-mail addresses + owner name (person or contact name)

Person name matches: return all e-mail addresses for matched persons

Company name matches. return all persons + first e-mail address for matched persons.

Returns: list item with

Id = e-mail address id

Name = name + e-mail

ExtraInfo = e-mail address

Type = "Person" or "Contact"

Implemented by the EmailAddressProvider class. The name of the MDO list is 'emailaddress'.

Additional Attributes

Description Name Example Value
excludeEmailDescription false
Operator used for search. Available values: 'contains', 'startsWith'. Default value is 'contains'. operator contains

Sample Request

GET /api/v1/MDOList/emailaddress
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: *

Sample Code

var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("emailaddress", forceFlatList: true);
foreach (var item in listProvider.RootItems) {
    Console.WriteLine("{0} {1} {2} {3}", 
         item.Id, ResourceManager.ParseInlineResources(item.Name), item.StyleHint, item.ExtraInfo);
}

Sample Output

Id Name StyleHint ExtraInfo
11 Brede Bredesen qa.testbruker@superoffice.com qa.testbruker@superoffice.com
12 Cato Carlsson qa.testbruker@superoffice.com nomail qa.testbruker@superoffice.com
13 Donald Duck qa.testbruker@superoffice.com qa.testbruker@superoffice.com
14 Erik Eide qa.testbruker@superoffice.com qa.testbruker@superoffice.com
15 Frode Freestad qa.testbruker@superoffice.com qa.testbruker@superoffice.com
16 Geir Grønbeck qa.testbruker@superoffice.com nomail qa.testbruker@superoffice.com
17 Hans Hansen qa.testbruker@superoffice.com qa.testbruker@superoffice.com
18 Ingrid Istad qa.testbruker@superoffice.com qa.testbruker@superoffice.com
19 Arne Arnesen qa.testbruker@superoffice.com qa.testbruker@superoffice.com
20 Admin Adminson qa.testbruker@superoffice.com qa.testbruker@superoffice.com
23 Arne Arnesen qa0@superoffice.com qa0@superoffice.com
24 Arnt Arntsen qa5@superoffice.com nomail qa5@superoffice.com
25 Arnhild Arvestad qa.testbruker@superoffice.com qa.testbruker@superoffice.com
26 Arjan Abelsen qa.testbruker@superoffice.com qa.testbruker@superoffice.com
91 Britt Bærum qa5@superoffice.com qa5@superoffice.com
92 Bente Båstad qa5@superoffice.com nomail qa5@superoffice.com
93 Bjørn Bjørnsen qa5@superoffice.com qa5@superoffice.com
94 Bjørge Bastesen qa5@superoffice.com qa5@superoffice.com
95 Carl-Oskar Cederström qa5@superoffice.com qa5@superoffice.com
96 Cidrik Culien qa5@superoffice.com nomail qa5@superoffice.com
97 Cecilie Carlsen qa5@superoffice.com qa5@superoffice.com

Related MDO Lists

  • "emailaddressheadings"
  • "emailaddressheadingswithallitem"
  • "emailaddressheadingswithallitemwithnoselection"
  • "emailaddressheadingswithnoselection"
  • "emailaddresswithallitem"
  • "emailaddresswithallitemwithnoselection"
  • "emailaddresswithnoselection"
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top