adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / EmailRecipientList Class
Members


In This Topic
    EmailRecipientList Class
    In This Topic
    A collection of email recipients
    Object Model
    EmailRecipientList ClassEmailRecipient Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class EmailRecipientList 
       Inherits System.Collections.ObjectModel.Collection(Of EmailRecipient)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class EmailRecipientList : System.Collections.ObjectModel.Collection<EmailRecipient> 
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public ref class EmailRecipientList : public System.Collections.ObjectModel.Collection<EmailRecipient> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          ArcanaDevelopment.adTempus.Shared.EmailRecipientList

    See Also