0

I have an .rpmsg file that I wish to inspect/decrypt with the MIP SDK. When InspectAsync() is called the library throws this error:

"File type cannot be inspected, CorrelationId=dbb6ec29-2c56-4361-b9bc-0a24c171bf5a, CorrelationId.Description=FileHandler"

The same email can be viewed from the Outlook client.

This support ticket from a while a go reports the same issue https://learn.microsoft.com/en-us/answers/questions/870332/has-anyone-succesfully-used-inspectasync()-to-insp

Thank you for the help

Tried calling the Inspect endpoint with an .rpmsg file and excpected to get the bytestream back

1 Answer 1

0

Although you probably will realize the inspect is useless, you might want to add custom setting enable_msg_file_type to appropriate settings class:

        var fileEngineSettings = new FileEngineSettings($"{userId}'s file engine", authDelegate, string.Empty, locale)
        {
            Identity             = new Identity(userId),
            CustomSettings       = [new(CustomSettings.EnableMsgFileType, "true")],
            LoadSensitivityTypes = true,
        };
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.