We are downloading Microsoft Graph messages using the dotnet SDK.
For Drive Items we are checking the file hash where possible to confirm the file integrity after download.
Is there an equivalent hash that we can use to verify messages we download have come through as expected?
The message resource type doesn't have any hash or size property. There is a MAPI canonical property
PidTagMessageSizebut it's only an approximate size.To read the value of
PidTagMessageSizeFrom my testing the message size doesn't match the size of raw value of message returned by
Resources:
PidTagMessageSize