MeteredSetMeteredKey Method

Sets metered public and private key

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public void SetMeteredKey(
	string publicKey,
	string privateKey
)

Parameters

publicKey
Type: SystemString
public key
privateKey
Type: SystemString
private key
See Also