adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / EmailRecipientList Class / FromString Method
The string to parse


In This Topic
    FromString Method (EmailRecipientList)
    In This Topic
    Creates a new EmailRecipientList from a string
    Syntax
    'Declaration
     
    
    Public Shared Function FromString( _
       ByVal source As String _
    ) As EmailRecipientList
    public static EmailRecipientList FromString( 
       string source
    )
    public:
    static EmailRecipientList^ FromString( 
       String^ source
    ) 

    Parameters

    source
    The string to parse
    Remarks
    This method creates a new EmailRecipientList and uses ParseAndAdd to add the source to the list.
    See Also