Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.4 KB

mailhtmltemplate.md

File metadata and controls

59 lines (43 loc) · 1.4 KB
uid title keywords description so.generated so.topic so.envir
mailhtmltemplate
mailhtmltemplate
mdoprovider mdo provider mailhtmltemplate
List provider for the Mailtemplates.
true
reference
onsite, online

"mailhtmltemplate" MDO List

List provider for the Mailtemplates.

Implemented by the MailHtmlTemplateProvider class. The name of the MDO list is 'mailhtmltemplate'.

Sample Request

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

Sample Code

var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("mailhtmltemplate", 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
6 E-post
23 Cancelled meeting
22 Changed meeting
21 New meeting

Related MDO Lists

  • "mailhtmltemplateheadings"
  • "mailhtmltemplateheadingswithallitem"
  • "mailhtmltemplateheadingswithallitemwithnoselection"
  • "mailhtmltemplateheadingswithnoselection"
  • "mailhtmltemplatewithallitem"
  • "mailhtmltemplatewithallitemwithnoselection"
  • "mailhtmltemplatewithnoselection"