PropertyAccessor.StringToBinary method (Outlook)
Converts a string specified by Value to an array of bytes.
Syntax
expression. StringToBinary
( _Value_
)
expression A variable that represents a PropertyAccessor object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Value | Required | String | A hexadecimal string value that is to be converted to an array of bytes. |
Return value
A Variant value that represents an array of bytes returned from the conversion.
Remarks
For more information on type conversion when using the PropertyAccessor object, see Best Practices for Getting and Setting Properties.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.