adTempus API
ArcanaDevelopment.adTempus.Client Namespace / MessagingServiceProvider Class / SetPassword Method
The new password


In This Topic
    SetPassword Method (MessagingServiceProvider)
    In This Topic
    Sets the password for the provider
    Syntax
    'Declaration
     
    
    Public Sub SetPassword( _
       ByVal value As String _
    ) 
    public void SetPassword( 
       string value
    )
    public:
    void SetPassword( 
       String^ value
    ) 

    Parameters

    value
    The new password
    Remarks
    The password can only be set; it cannot be retrieved. Use PasswordSet to determine whether a password has been set.
    See Also