<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic MAPIEx Signed Mail in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Signed-Mail/m-p/70163#M22768</link>
    <description>Hello,

I'm developing an automation where it is required to verify if the received e-mail is digitally signed. I know there is a MAPI property (PR_MESSAGE_CLASS) to verify the message's class that, if its value is IPM.Note.SMIME.MultipartSigned, I know the e-mail is signed.

I also discovered that BPMAPIMessage class has a GetNamedProperty method that, in my understanding, would enable me to get the message class, but I can't get it to work.

So, my questions are:


	Is it possible to use GetNamedProperty to get the message class?
	MAPIEx library has a MAPIObject class, does the BluePrismMAPIExAutomation has the same class? If it does, how can I import and use it?
	It is not possible to import MAPIEx.dll and MAPI32.dll, I suppose it is because they are x86. Is there a workaround for this issue?
	Is there another way to verify if the e-mail is digitally signed? I would prefer not to use the Outlook VBO and not to create rules in the server.
	Is there any documentation on all the types, methods and properties of BluePrismMAPIExAutomation?


&amp;nbsp;

Thanks a lot,

Fabio Bergamini Leonardo</description>
    <pubDate>Thu, 26 Apr 2018 18:15:00 GMT</pubDate>
    <dc:creator>FabioLeonardo</dc:creator>
    <dc:date>2018-04-26T18:15:00Z</dc:date>
    <item>
      <title>MAPIEx Signed Mail</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Signed-Mail/m-p/70163#M22768</link>
      <description>Hello,

I'm developing an automation where it is required to verify if the received e-mail is digitally signed. I know there is a MAPI property (PR_MESSAGE_CLASS) to verify the message's class that, if its value is IPM.Note.SMIME.MultipartSigned, I know the e-mail is signed.

I also discovered that BPMAPIMessage class has a GetNamedProperty method that, in my understanding, would enable me to get the message class, but I can't get it to work.

So, my questions are:


	Is it possible to use GetNamedProperty to get the message class?
	MAPIEx library has a MAPIObject class, does the BluePrismMAPIExAutomation has the same class? If it does, how can I import and use it?
	It is not possible to import MAPIEx.dll and MAPI32.dll, I suppose it is because they are x86. Is there a workaround for this issue?
	Is there another way to verify if the e-mail is digitally signed? I would prefer not to use the Outlook VBO and not to create rules in the server.
	Is there any documentation on all the types, methods and properties of BluePrismMAPIExAutomation?


&amp;nbsp;

Thanks a lot,

Fabio Bergamini Leonardo</description>
      <pubDate>Thu, 26 Apr 2018 18:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MAPIEx-Signed-Mail/m-p/70163#M22768</guid>
      <dc:creator>FabioLeonardo</dc:creator>
      <dc:date>2018-04-26T18:15:00Z</dc:date>
    </item>
  </channel>
</rss>

