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
Syntax
public bool IsPasswordValid(
	string password
)

Parameters

password
Type: SystemString
The password string.

Return Value

Type: Boolean
See Also