Class EMailRecipientProvider
List of most recent e-mail recipients cached for the current user.
Inheritance
EMailRecipientProvider
Assembly: SoDataBase.dll
Syntax
[MDOProviderPlugin("emailrecipient")]
public class EMailRecipientProvider : ISoListProvider, ISoList, IPlugin
Constructors
EMailRecipientProvider()
Declaration
public EMailRecipientProvider()
Fields
ProviderName
Declaration
public const string ProviderName = "emailrecipient"
Field Value
Properties
HeadingItems
Declaration
public List<ISoListHeading> HeadingItems { get; set; }
Property Value
HistoryInfo
Declaration
public HistoryInfo HistoryInfo { get; }
Property Value
HistoryItems
Declaration
public List<ISoListItem> HistoryItems { get; set; }
Property Value
RootItems
Declaration
public List<ISoListItem> RootItems { get; set; }
Property Value
Methods
Construct(String, String, Int32[], Boolean, String, Boolean)
Declaration
public void Construct(string listName, string additionalInfo, int[] historyIDs, bool onlyReadHistory, string searchValue, bool forceFlatList)
Parameters
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)