adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / EmailRecipientList Class / AddRange Method
The collection of recipients to add


In This Topic
    AddRange Method (EmailRecipientList)
    In This Topic
    Adds all the members from the source collection
    Syntax
    'Declaration
     
    
    Public Sub AddRange( _
       ByVal source As IEnumerable(Of EmailRecipient) _
    ) 
    public void AddRange( 
       IEnumerable<EmailRecipient> source
    )
    public:
    void AddRange( 
       IEnumerable<EmailRecipient^>^ source
    ) 

    Parameters

    source
    The collection of recipients to add
    See Also