MessageStoreIsPasswordValid Method |
Determines whether the specified string is a valid password for the storage.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic bool IsPasswordValid(
string password
)
Public Function IsPasswordValid (
password As String
) As Boolean
public:
bool IsPasswordValid(
String^ password
)
member IsPasswordValid :
password : string -> bool
Parameters
- password
- Type: SystemString
The password string.
Return Value
Type:
Boolean
See Also