Password

Top  Previous  Next

Password specifies the password used for SMTP account authentication.

 

 

 

Syntax

 

 

[VC++]

CString GetPassword();

void SetPassword(LPCTSTR lpszNewValue);

 

[CS]

public abstract new string Password [  get,  set ]

 

[VB]

Property Password As String