adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / EmailRecipientList Class / ParseAndAdd Method
The address or delimited list of addresses to add


In This Topic
    ParseAndAdd Method
    In This Topic
    Adds one or more email addresses from a string
    Syntax
    'Declaration
     
    
    Public Sub ParseAndAdd( _
       ByVal source As String _
    ) 
    public void ParseAndAdd( 
       string source
    )
    public:
    void ParseAndAdd( 
       String^ source
    ) 

    Parameters

    source
    The address or delimited list of addresses to add
    Remarks

    ParseAndAdd looks for one or more email addresses, separated by ",", ";", or "|" and adds them to the list.

    Each recipient included in the list must use one of the following formats:

    See Also