<?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 | different Profiles with Username / Password in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/MAPIEx-different-Profiles-with-Username-Password/m-p/49234#M4677</link>
    <description>Hi @ll,

Using MAPIEx for getting eMails and set up different Outlook Profiles for different (Microsoft Exchange Mailboxes)

For example:

Profile1 = Default Mailbox of current Windows User
Profile2 = additional Mailbox of given Username &amp;amp; Password

Getting Mails for Profile1 is working fine.
But use same Action for Profile2, it will throw an error: "Failed to access message store"

It's pretty sure because I can't set a Password  before for Profile2. Looked at the Code:

			' Initialise the extended MAPI interface
			'Dim iErr As Integer
			Using mapi As New NetMAPI
			'log into mapi
		         mapi.Login(sProfile)


It's only possible to mention the profile-Name, but not the Password.

So how can I achive to get Mails with a different Profile/Password with mapi ?</description>
    <pubDate>Tue, 04 Jul 2017 18:17:00 GMT</pubDate>
    <dc:creator>UsrAJ</dc:creator>
    <dc:date>2017-07-04T18:17:00Z</dc:date>
    <item>
      <title>MAPIEx | different Profiles with Username / Password</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MAPIEx-different-Profiles-with-Username-Password/m-p/49234#M4677</link>
      <description>Hi @ll,

Using MAPIEx for getting eMails and set up different Outlook Profiles for different (Microsoft Exchange Mailboxes)

For example:

Profile1 = Default Mailbox of current Windows User
Profile2 = additional Mailbox of given Username &amp;amp; Password

Getting Mails for Profile1 is working fine.
But use same Action for Profile2, it will throw an error: "Failed to access message store"

It's pretty sure because I can't set a Password  before for Profile2. Looked at the Code:

			' Initialise the extended MAPI interface
			'Dim iErr As Integer
			Using mapi As New NetMAPI
			'log into mapi
		         mapi.Login(sProfile)


It's only possible to mention the profile-Name, but not the Password.

So how can I achive to get Mails with a different Profile/Password with mapi ?</description>
      <pubDate>Tue, 04 Jul 2017 18:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MAPIEx-different-Profiles-with-Username-Password/m-p/49234#M4677</guid>
      <dc:creator>UsrAJ</dc:creator>
      <dc:date>2017-07-04T18:17:00Z</dc:date>
    </item>
  </channel>
</rss>

