adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / EmailRecipient Class / Clone Method


In This Topic
    Clone Method
    In This Topic
    Creates a copy of the recipient
    Syntax
    'Declaration
     
    
    Public Function Clone() As EmailRecipient
    public EmailRecipient Clone()
    public:
    EmailRecipient^ Clone(); 
    See Also