[This is preliminary documentation and is subject to change.]
            Checks whether the password is in the old format i.e. prior to Version 6.1.1.
            
    Namespace: 
   OfficeClip.DBLayer.AccountAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
| C# | 
|---|
public bool PasswordInOldFormat( string emailAddress )  | 
| Visual Basic (Declaration) | 
|---|
Public Function PasswordInOldFormat ( _ emailAddress As String _ ) As Boolean  | 
| Visual C++ | 
|---|
public: bool PasswordInOldFormat( String^ emailAddress )  | 
Parameters
- emailAddress
 - Type: System..::.String
Email Address which needs to be checked. 
