An Azure service that stores unstructured data in the cloud as blobs.
@Vishnu Vardhan Ch Thanks for reaching out. To get any file content you can leverage the Get blob content (V2) and select Yes for the Infer content type property of Get Blob content action. The response can be file content as binary, and you need to convert this binary to base64ToString if needed. I can see the raw content of my email as text without converting it to base64ToString. Now based on your business needs you can do any calculation on the string content that you have received. You can leverage the regex expression in inline code to search any data inside your email or as per your need.
If your requirement is out of box feature i.e. tokenized values that will help you with the sender, to, email content, Subject etc. then it is not possible in this case as there is no action that can load the binary content to tokenized values in the outlook connector and you need to have your own logic to get the details.
Feel free to get back to me if you have any queries or concerns.
Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.