<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://help.mailstore.com/en/home/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ltalaschus</id>
	<title>MailStore Home Help - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://help.mailstore.com/en/home/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ltalaschus"/>
	<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/home/Special:Contributions/Ltalaschus"/>
	<updated>2026-04-04T16:03:43Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://help.mailstore.com/en/home/index.php?title=Accessing_the_Archive&amp;diff=208</id>
		<title>Accessing the Archive</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/home/index.php?title=Accessing_the_Archive&amp;diff=208"/>
		<updated>2025-11-21T15:43:56Z</updated>

		<summary type="html">&lt;p&gt;Ltalaschus: /* Searching by Message ID */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
There are several ways to access emails which are archived within MailStore Home, you can navigate the folder structure starting with ''My Archive'' or you can ''Search'' using one of the methods described below.&lt;br /&gt;
&lt;br /&gt;
== Quick Search ==&lt;br /&gt;
&lt;br /&gt;
[[File:Msh_search_quick.png|right]]Use MailStore Home's ''Quick Search Archive'' feature to quickly search the entire archive at once. The search box can be found at the top of the ''Archive'' column (above the ''Start Page'').&lt;br /&gt;
&lt;br /&gt;
To use the ''Quick Search Archive'' feature, simply enter your search terms and click the ''Search'' button (or press Enter). MailStore Home will return results from all folders.&lt;br /&gt;
&lt;br /&gt;
=== Searching for Word Fragments ===&lt;br /&gt;
To display all emails containing a word with a particular fragment, use the wildcard character (*). For example:&lt;br /&gt;
&lt;br /&gt;
 auto*&lt;br /&gt;
&lt;br /&gt;
will return ''auto'', ''automatic'', ''automobile'' etc.&lt;br /&gt;
&lt;br /&gt;
 *example.com&lt;br /&gt;
&lt;br /&gt;
will return all email addresses and domains of ''example.com''.&lt;br /&gt;
&lt;br /&gt;
=== Searching for Words with unknown letters ===&lt;br /&gt;
To view all emails containing a word where you do not know how to spell it correctly, you can use the question mark (?). For example&lt;br /&gt;
&lt;br /&gt;
 Me?er&lt;br /&gt;
&lt;br /&gt;
would locate Meier and Meyer, but not Maier.&lt;br /&gt;
&lt;br /&gt;
The question mark (?) cannot be used at the beginning of a word or at the end of a word, use the wildcard character (*) instead.&lt;br /&gt;
&lt;br /&gt;
=== Searching for Phrases ===&lt;br /&gt;
&lt;br /&gt;
To search for words appearing consecutively and in a specific order, use quotation marks (&amp;quot;&amp;quot;). For example:&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;Microsoft Windows&amp;quot;&lt;br /&gt;
&lt;br /&gt;
will return the text ''Microsoft Windows'' but not ''Microsoft Works'' or ''Windows 95''.&lt;br /&gt;
&lt;br /&gt;
=== Narrowing by Fields ===&lt;br /&gt;
A search for keywords or phrases can be limited to specific fields. For example:&lt;br /&gt;
&lt;br /&gt;
 subject:News                  only in ''Subject''&lt;br /&gt;
 from:john@mailstore.com       only in ''From''&lt;br /&gt;
 to:michael@mailstore.com      only in ''To''&lt;br /&gt;
 cc:lisa@mailstore.com         only in ''Cc''&lt;br /&gt;
 bcc:customers@mailstore.com   only in ''Bcc''&lt;br /&gt;
 bcontent:billing              only in Body of message&lt;br /&gt;
 acontent:billing              only in Attachments of message&lt;br /&gt;
&lt;br /&gt;
=== Searching for Alternatives ===&lt;br /&gt;
Use square brackets [] to search for alternative words. Example:&lt;br /&gt;
 [Support Request Form]&lt;br /&gt;
&lt;br /&gt;
finds emails that contain the word ''support'' or the word ''request'' or the word ''form'' or any combination of these.&lt;br /&gt;
&lt;br /&gt;
 [from:info@example.com subject:important &amp;quot;very important&amp;quot;]&lt;br /&gt;
finds emails that come from ''info@example.com'' or have the word ''important'' in the subject or contain the phrase ''very important'' anywhere in the email.&lt;br /&gt;
&lt;br /&gt;
=== Excluding Words ===&lt;br /&gt;
&lt;br /&gt;
To narrow a search, you may want to specify words which must not be present in the emails. To exclude words from the search results, prepend the word with the  minus character (-). For example:  &lt;br /&gt;
&lt;br /&gt;
 ZDNet -download-tip&lt;br /&gt;
&lt;br /&gt;
returns all emails from ''ZDNet'' which do not contain ''download-tip''.&lt;br /&gt;
&lt;br /&gt;
 ZDNet -download-tip -&amp;quot;free gift&amp;quot;&lt;br /&gt;
&lt;br /&gt;
returns all emails from ''ZDNet'' which do not contain ''download-tip'' and do not contain the phrase ''free gift''.&lt;br /&gt;
&lt;br /&gt;
Exclusions cannot be used in alternatives, so&lt;br /&gt;
&lt;br /&gt;
 [Microsoft Windows -Powerpoint]&lt;br /&gt;
&lt;br /&gt;
is not valid, but&lt;br /&gt;
 [Microsoft Windows] -Powerpoint&lt;br /&gt;
is valid and will find emails that contain ''Microsoft'' or ''Windows'' but not the word ''Powerpoint''.&lt;br /&gt;
&lt;br /&gt;
Valid is also&lt;br /&gt;
 -[Microsoft Windows Powerpoint]&lt;br /&gt;
which returns all emails that do not contain any of the words ''Microsoft'', ''Windows'' or ''Powerpoint''.&lt;br /&gt;
&lt;br /&gt;
=== Combining Search Options ===&lt;br /&gt;
&lt;br /&gt;
Any of the search options described above can be combined. For example:&lt;br /&gt;
&lt;br /&gt;
 ZDNET -&amp;quot;Daily Update&amp;quot;&lt;br /&gt;
&lt;br /&gt;
returns all emails from ZDNet which do not contain the consecutive words ''Daily Update''.&lt;br /&gt;
&lt;br /&gt;
 from:ZDNET bcontent:MailStore&lt;br /&gt;
return all emails from ZDNET which have ''MailStore'' somewhere in their message body.&lt;br /&gt;
&lt;br /&gt;
 from:billing@example.com acontent:bill&lt;br /&gt;
return all emails from ''billing@example.com'' which have ''bill'' in any attachment.&lt;br /&gt;
&lt;br /&gt;
 to:recruiting@example.com -sales&lt;br /&gt;
return all emails to ''recruiting@example.com'' which do not have sales in any part of the email.&lt;br /&gt;
&lt;br /&gt;
 from:billing@example.com to:myaddress@company.tld acontent:bill -subject:admonition&lt;br /&gt;
return all message from ''billing@example.com'' to ''myaddress@company.tld'' which have ''bill'' in any attachment but do not have ''admonition'' in the subject.&lt;br /&gt;
&lt;br /&gt;
=== Searching by Message ID ===&lt;br /&gt;
&lt;br /&gt;
Users are able to search for messages by message id. This helps to validate whether a specific mail has been archived successfully.&lt;br /&gt;
The syntax is ''messageid:value'' or ''messageid:&amp;lt;value&amp;gt;''. There must not be any whitespace in between.&lt;br /&gt;
&lt;br /&gt;
 messageid:abcd1234@example.com&lt;br /&gt;
return all emails with the message id ''abcd1234@example.com''.&lt;br /&gt;
&lt;br /&gt;
== Search Email ==&lt;br /&gt;
&lt;br /&gt;
MailStore Home also allows you to add more criteria when searching. For example, you might want to only search messages from a specific email address or within a certain date range.&lt;br /&gt;
&lt;br /&gt;
For more control over MailStore Home's search functionality, navigate to ''Search Email'' in the left hand column, choose the appropriate criteria and click ''Search''.&lt;br /&gt;
&lt;br /&gt;
==== Search Criteria under &amp;quot;Search&amp;quot; ====&lt;br /&gt;
Enter a keyword or phrase into the text field and specify where MailStore is to conduct the search. The following options are available:&lt;br /&gt;
&lt;br /&gt;
*'''Subject''' - The subject line of the email is searched.&lt;br /&gt;
*'''Sender/Recipient''' - The fields &amp;quot;From&amp;quot;, &amp;quot;To&amp;quot;, &amp;quot;Cc&amp;quot;, and &amp;quot;Bcc&amp;quot; are searched.&lt;br /&gt;
*'''Message body''' - The text-only or HTML sections of the email are searched (depending on availability).&lt;br /&gt;
*'''Attachments File Names''' - The file names of the email attachments are searched.&lt;br /&gt;
*'''Attachment Contents''' - The contents of the email attachments are searched. If and to what extent attachments can be searched depends on the indexing options specified (under ''Administrative Tools'').&lt;br /&gt;
&lt;br /&gt;
All options described in section Quick Search, such as phrases and wildcards, are available in the textfield ''Search for'' as well.&lt;br /&gt;
&lt;br /&gt;
==== Search Criteria under &amp;quot;General&amp;quot; ====&lt;br /&gt;
Under ''General'', the following options are available:&lt;br /&gt;
&lt;br /&gt;
*'''Folder''' - The folder to be searched by MailStore can be selected here. By default, all folders readable by the current user are selected. By clicking the button next to the text field, folders can also be selected using the folder structure.&lt;br /&gt;
*'''Include subfolder''' - If selected, MailStore not only searches the selected folder (e.g. ''Inbox''), but all subfolders created therein (e.g. ''Inbox / Projects 2017 / Profit Optimization'') as well.&lt;br /&gt;
*'''From''' - Any keywords or email addresses entered here are searched for within the email's sender field only.&lt;br /&gt;
*'''To/Cc/Bcc''' - Any keywords or email addresses entered here are searched for within the email's recipient fields only.&lt;br /&gt;
*'''Date''' - The time frame the search is to cover can be selected here. Either a predefined range, such as ''Yesterday'' or ''This year'', can be selected or, by choosing ''Custom'', a specific period can be specified manually. In this case, the start and end dates will be included.&lt;br /&gt;
*'''Archiving Date''' - The archiving time frame the search is to cover can be selected here. Either a predefined range, such as ''Yesterday'' or ''This year'', can be selected or, by choosing ''Custom'', a specific period can be specified manually. In this case, the start and end dates will be included.&lt;br /&gt;
&lt;br /&gt;
All options described in section Quick Search, such as phrases and wildcards, are available in the fields ''From'' and ''To/Cc/Bcc'' as well.&lt;br /&gt;
&lt;br /&gt;
==== Search Criteria under &amp;quot;Advanced&amp;quot; ====&lt;br /&gt;
Under ''Advanced'', the following options are available:&lt;br /&gt;
&lt;br /&gt;
* '''Messages with/without attachments''' - By default, all messages are searched, regardless of whether or not they have any file attachments. Clear one of the check boxes to remove certain emails, such as those without attachments, from the results. &lt;br /&gt;
*: '''Important:''' These searches can be imprecise at times because items like background pictures could be regarded as attachments.&lt;br /&gt;
* '''Size''' - By default, all messages are searched regardless of their size. Use the appropriate fields provided to limit the search according to the size of the emails, e.g. at least ''5 MB'' or between ''400 and 600 KB''.&lt;br /&gt;
* '''Priority''' - Emails are searched according to the priority level of the email as assigned by the sender. When choosing ''Low'', all emails with a priority level lower than ''Normal'' are returned, when choosing High, all emails with a priority level higher than ''Normal'' are returned. Emails not containing any information regarding priority are assumed to have a priority level of ''Normal''.&lt;br /&gt;
&lt;br /&gt;
== Saved Searches ==&lt;br /&gt;
&lt;br /&gt;
[[File:Msh_search_saved.png|right]]MailStore Home allows you to save a search you have performed for future reference. The archive is searched each time you access a saved search, allowing you to quickly find all message matching a particular criteria.&lt;br /&gt;
&lt;br /&gt;
To create a search that can be saved for later use, navigate to ''Search Email'' in the left hand column, choose the appropriate criteria and click ''Create Search Folder'' and enter a name for the saved search (e.g. ''Mail from mom''.)&lt;br /&gt;
&lt;br /&gt;
The saved search will be added under the ''Search Email'' section and it can be accessed at any time.&lt;br /&gt;
&lt;br /&gt;
Through the context menu you can view the search criteria of a search folder (''New Search Query'') and rename or delete it.&lt;br /&gt;
[[de:Zugriff auf das Archiv]]&lt;br /&gt;
[[en:Accessing the Archive]]&lt;/div&gt;</summary>
		<author><name>Ltalaschus</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/home/index.php?title=Accessing_the_Archive&amp;diff=207</id>
		<title>Accessing the Archive</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/home/index.php?title=Accessing_the_Archive&amp;diff=207"/>
		<updated>2025-11-21T15:42:58Z</updated>

		<summary type="html">&lt;p&gt;Ltalaschus: /* Combining Search Options */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
There are several ways to access emails which are archived within MailStore Home, you can navigate the folder structure starting with ''My Archive'' or you can ''Search'' using one of the methods described below.&lt;br /&gt;
&lt;br /&gt;
== Quick Search ==&lt;br /&gt;
&lt;br /&gt;
[[File:Msh_search_quick.png|right]]Use MailStore Home's ''Quick Search Archive'' feature to quickly search the entire archive at once. The search box can be found at the top of the ''Archive'' column (above the ''Start Page'').&lt;br /&gt;
&lt;br /&gt;
To use the ''Quick Search Archive'' feature, simply enter your search terms and click the ''Search'' button (or press Enter). MailStore Home will return results from all folders.&lt;br /&gt;
&lt;br /&gt;
=== Searching for Word Fragments ===&lt;br /&gt;
To display all emails containing a word with a particular fragment, use the wildcard character (*). For example:&lt;br /&gt;
&lt;br /&gt;
 auto*&lt;br /&gt;
&lt;br /&gt;
will return ''auto'', ''automatic'', ''automobile'' etc.&lt;br /&gt;
&lt;br /&gt;
 *example.com&lt;br /&gt;
&lt;br /&gt;
will return all email addresses and domains of ''example.com''.&lt;br /&gt;
&lt;br /&gt;
=== Searching for Words with unknown letters ===&lt;br /&gt;
To view all emails containing a word where you do not know how to spell it correctly, you can use the question mark (?). For example&lt;br /&gt;
&lt;br /&gt;
 Me?er&lt;br /&gt;
&lt;br /&gt;
would locate Meier and Meyer, but not Maier.&lt;br /&gt;
&lt;br /&gt;
The question mark (?) cannot be used at the beginning of a word or at the end of a word, use the wildcard character (*) instead.&lt;br /&gt;
&lt;br /&gt;
=== Searching for Phrases ===&lt;br /&gt;
&lt;br /&gt;
To search for words appearing consecutively and in a specific order, use quotation marks (&amp;quot;&amp;quot;). For example:&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;Microsoft Windows&amp;quot;&lt;br /&gt;
&lt;br /&gt;
will return the text ''Microsoft Windows'' but not ''Microsoft Works'' or ''Windows 95''.&lt;br /&gt;
&lt;br /&gt;
=== Narrowing by Fields ===&lt;br /&gt;
A search for keywords or phrases can be limited to specific fields. For example:&lt;br /&gt;
&lt;br /&gt;
 subject:News                  only in ''Subject''&lt;br /&gt;
 from:john@mailstore.com       only in ''From''&lt;br /&gt;
 to:michael@mailstore.com      only in ''To''&lt;br /&gt;
 cc:lisa@mailstore.com         only in ''Cc''&lt;br /&gt;
 bcc:customers@mailstore.com   only in ''Bcc''&lt;br /&gt;
 bcontent:billing              only in Body of message&lt;br /&gt;
 acontent:billing              only in Attachments of message&lt;br /&gt;
&lt;br /&gt;
=== Searching for Alternatives ===&lt;br /&gt;
Use square brackets [] to search for alternative words. Example:&lt;br /&gt;
 [Support Request Form]&lt;br /&gt;
&lt;br /&gt;
finds emails that contain the word ''support'' or the word ''request'' or the word ''form'' or any combination of these.&lt;br /&gt;
&lt;br /&gt;
 [from:info@example.com subject:important &amp;quot;very important&amp;quot;]&lt;br /&gt;
finds emails that come from ''info@example.com'' or have the word ''important'' in the subject or contain the phrase ''very important'' anywhere in the email.&lt;br /&gt;
&lt;br /&gt;
=== Excluding Words ===&lt;br /&gt;
&lt;br /&gt;
To narrow a search, you may want to specify words which must not be present in the emails. To exclude words from the search results, prepend the word with the  minus character (-). For example:  &lt;br /&gt;
&lt;br /&gt;
 ZDNet -download-tip&lt;br /&gt;
&lt;br /&gt;
returns all emails from ''ZDNet'' which do not contain ''download-tip''.&lt;br /&gt;
&lt;br /&gt;
 ZDNet -download-tip -&amp;quot;free gift&amp;quot;&lt;br /&gt;
&lt;br /&gt;
returns all emails from ''ZDNet'' which do not contain ''download-tip'' and do not contain the phrase ''free gift''.&lt;br /&gt;
&lt;br /&gt;
Exclusions cannot be used in alternatives, so&lt;br /&gt;
&lt;br /&gt;
 [Microsoft Windows -Powerpoint]&lt;br /&gt;
&lt;br /&gt;
is not valid, but&lt;br /&gt;
 [Microsoft Windows] -Powerpoint&lt;br /&gt;
is valid and will find emails that contain ''Microsoft'' or ''Windows'' but not the word ''Powerpoint''.&lt;br /&gt;
&lt;br /&gt;
Valid is also&lt;br /&gt;
 -[Microsoft Windows Powerpoint]&lt;br /&gt;
which returns all emails that do not contain any of the words ''Microsoft'', ''Windows'' or ''Powerpoint''.&lt;br /&gt;
&lt;br /&gt;
=== Combining Search Options ===&lt;br /&gt;
&lt;br /&gt;
Any of the search options described above can be combined. For example:&lt;br /&gt;
&lt;br /&gt;
 ZDNET -&amp;quot;Daily Update&amp;quot;&lt;br /&gt;
&lt;br /&gt;
returns all emails from ZDNet which do not contain the consecutive words ''Daily Update''.&lt;br /&gt;
&lt;br /&gt;
 from:ZDNET bcontent:MailStore&lt;br /&gt;
return all emails from ZDNET which have ''MailStore'' somewhere in their message body.&lt;br /&gt;
&lt;br /&gt;
 from:billing@example.com acontent:bill&lt;br /&gt;
return all emails from ''billing@example.com'' which have ''bill'' in any attachment.&lt;br /&gt;
&lt;br /&gt;
 to:recruiting@example.com -sales&lt;br /&gt;
return all emails to ''recruiting@example.com'' which do not have sales in any part of the email.&lt;br /&gt;
&lt;br /&gt;
 from:billing@example.com to:myaddress@company.tld acontent:bill -subject:admonition&lt;br /&gt;
return all message from ''billing@example.com'' to ''myaddress@company.tld'' which have ''bill'' in any attachment but do not have ''admonition'' in the subject.&lt;br /&gt;
&lt;br /&gt;
=== Searching by Message ID ===&lt;br /&gt;
&lt;br /&gt;
Users are able to search for messages by message id. This helps to validate whether a specific mail has been archived successfully.&lt;br /&gt;
The syntax is ''messageid:value'' or ''messageid:&amp;lt;value&amp;gt;''. There must not be any whitespace in between.&lt;br /&gt;
&lt;br /&gt;
== Search Email ==&lt;br /&gt;
&lt;br /&gt;
MailStore Home also allows you to add more criteria when searching. For example, you might want to only search messages from a specific email address or within a certain date range.&lt;br /&gt;
&lt;br /&gt;
For more control over MailStore Home's search functionality, navigate to ''Search Email'' in the left hand column, choose the appropriate criteria and click ''Search''.&lt;br /&gt;
&lt;br /&gt;
==== Search Criteria under &amp;quot;Search&amp;quot; ====&lt;br /&gt;
Enter a keyword or phrase into the text field and specify where MailStore is to conduct the search. The following options are available:&lt;br /&gt;
&lt;br /&gt;
*'''Subject''' - The subject line of the email is searched.&lt;br /&gt;
*'''Sender/Recipient''' - The fields &amp;quot;From&amp;quot;, &amp;quot;To&amp;quot;, &amp;quot;Cc&amp;quot;, and &amp;quot;Bcc&amp;quot; are searched.&lt;br /&gt;
*'''Message body''' - The text-only or HTML sections of the email are searched (depending on availability).&lt;br /&gt;
*'''Attachments File Names''' - The file names of the email attachments are searched.&lt;br /&gt;
*'''Attachment Contents''' - The contents of the email attachments are searched. If and to what extent attachments can be searched depends on the indexing options specified (under ''Administrative Tools'').&lt;br /&gt;
&lt;br /&gt;
All options described in section Quick Search, such as phrases and wildcards, are available in the textfield ''Search for'' as well.&lt;br /&gt;
&lt;br /&gt;
==== Search Criteria under &amp;quot;General&amp;quot; ====&lt;br /&gt;
Under ''General'', the following options are available:&lt;br /&gt;
&lt;br /&gt;
*'''Folder''' - The folder to be searched by MailStore can be selected here. By default, all folders readable by the current user are selected. By clicking the button next to the text field, folders can also be selected using the folder structure.&lt;br /&gt;
*'''Include subfolder''' - If selected, MailStore not only searches the selected folder (e.g. ''Inbox''), but all subfolders created therein (e.g. ''Inbox / Projects 2017 / Profit Optimization'') as well.&lt;br /&gt;
*'''From''' - Any keywords or email addresses entered here are searched for within the email's sender field only.&lt;br /&gt;
*'''To/Cc/Bcc''' - Any keywords or email addresses entered here are searched for within the email's recipient fields only.&lt;br /&gt;
*'''Date''' - The time frame the search is to cover can be selected here. Either a predefined range, such as ''Yesterday'' or ''This year'', can be selected or, by choosing ''Custom'', a specific period can be specified manually. In this case, the start and end dates will be included.&lt;br /&gt;
*'''Archiving Date''' - The archiving time frame the search is to cover can be selected here. Either a predefined range, such as ''Yesterday'' or ''This year'', can be selected or, by choosing ''Custom'', a specific period can be specified manually. In this case, the start and end dates will be included.&lt;br /&gt;
&lt;br /&gt;
All options described in section Quick Search, such as phrases and wildcards, are available in the fields ''From'' and ''To/Cc/Bcc'' as well.&lt;br /&gt;
&lt;br /&gt;
==== Search Criteria under &amp;quot;Advanced&amp;quot; ====&lt;br /&gt;
Under ''Advanced'', the following options are available:&lt;br /&gt;
&lt;br /&gt;
* '''Messages with/without attachments''' - By default, all messages are searched, regardless of whether or not they have any file attachments. Clear one of the check boxes to remove certain emails, such as those without attachments, from the results. &lt;br /&gt;
*: '''Important:''' These searches can be imprecise at times because items like background pictures could be regarded as attachments.&lt;br /&gt;
* '''Size''' - By default, all messages are searched regardless of their size. Use the appropriate fields provided to limit the search according to the size of the emails, e.g. at least ''5 MB'' or between ''400 and 600 KB''.&lt;br /&gt;
* '''Priority''' - Emails are searched according to the priority level of the email as assigned by the sender. When choosing ''Low'', all emails with a priority level lower than ''Normal'' are returned, when choosing High, all emails with a priority level higher than ''Normal'' are returned. Emails not containing any information regarding priority are assumed to have a priority level of ''Normal''.&lt;br /&gt;
&lt;br /&gt;
== Saved Searches ==&lt;br /&gt;
&lt;br /&gt;
[[File:Msh_search_saved.png|right]]MailStore Home allows you to save a search you have performed for future reference. The archive is searched each time you access a saved search, allowing you to quickly find all message matching a particular criteria.&lt;br /&gt;
&lt;br /&gt;
To create a search that can be saved for later use, navigate to ''Search Email'' in the left hand column, choose the appropriate criteria and click ''Create Search Folder'' and enter a name for the saved search (e.g. ''Mail from mom''.)&lt;br /&gt;
&lt;br /&gt;
The saved search will be added under the ''Search Email'' section and it can be accessed at any time.&lt;br /&gt;
&lt;br /&gt;
Through the context menu you can view the search criteria of a search folder (''New Search Query'') and rename or delete it.&lt;br /&gt;
[[de:Zugriff auf das Archiv]]&lt;br /&gt;
[[en:Accessing the Archive]]&lt;/div&gt;</summary>
		<author><name>Ltalaschus</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/home/index.php?title=Accessing_the_Archive&amp;diff=206</id>
		<title>Accessing the Archive</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/home/index.php?title=Accessing_the_Archive&amp;diff=206"/>
		<updated>2025-11-21T15:36:28Z</updated>

		<summary type="html">&lt;p&gt;Ltalaschus: /* Excluding Words */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
There are several ways to access emails which are archived within MailStore Home, you can navigate the folder structure starting with ''My Archive'' or you can ''Search'' using one of the methods described below.&lt;br /&gt;
&lt;br /&gt;
== Quick Search ==&lt;br /&gt;
&lt;br /&gt;
[[File:Msh_search_quick.png|right]]Use MailStore Home's ''Quick Search Archive'' feature to quickly search the entire archive at once. The search box can be found at the top of the ''Archive'' column (above the ''Start Page'').&lt;br /&gt;
&lt;br /&gt;
To use the ''Quick Search Archive'' feature, simply enter your search terms and click the ''Search'' button (or press Enter). MailStore Home will return results from all folders.&lt;br /&gt;
&lt;br /&gt;
=== Searching for Word Fragments ===&lt;br /&gt;
To display all emails containing a word with a particular fragment, use the wildcard character (*). For example:&lt;br /&gt;
&lt;br /&gt;
 auto*&lt;br /&gt;
&lt;br /&gt;
will return ''auto'', ''automatic'', ''automobile'' etc.&lt;br /&gt;
&lt;br /&gt;
 *example.com&lt;br /&gt;
&lt;br /&gt;
will return all email addresses and domains of ''example.com''.&lt;br /&gt;
&lt;br /&gt;
=== Searching for Words with unknown letters ===&lt;br /&gt;
To view all emails containing a word where you do not know how to spell it correctly, you can use the question mark (?). For example&lt;br /&gt;
&lt;br /&gt;
 Me?er&lt;br /&gt;
&lt;br /&gt;
would locate Meier and Meyer, but not Maier.&lt;br /&gt;
&lt;br /&gt;
The question mark (?) cannot be used at the beginning of a word or at the end of a word, use the wildcard character (*) instead.&lt;br /&gt;
&lt;br /&gt;
=== Searching for Phrases ===&lt;br /&gt;
&lt;br /&gt;
To search for words appearing consecutively and in a specific order, use quotation marks (&amp;quot;&amp;quot;). For example:&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;Microsoft Windows&amp;quot;&lt;br /&gt;
&lt;br /&gt;
will return the text ''Microsoft Windows'' but not ''Microsoft Works'' or ''Windows 95''.&lt;br /&gt;
&lt;br /&gt;
=== Narrowing by Fields ===&lt;br /&gt;
A search for keywords or phrases can be limited to specific fields. For example:&lt;br /&gt;
&lt;br /&gt;
 subject:News                  only in ''Subject''&lt;br /&gt;
 from:john@mailstore.com       only in ''From''&lt;br /&gt;
 to:michael@mailstore.com      only in ''To''&lt;br /&gt;
 cc:lisa@mailstore.com         only in ''Cc''&lt;br /&gt;
 bcc:customers@mailstore.com   only in ''Bcc''&lt;br /&gt;
 bcontent:billing              only in Body of message&lt;br /&gt;
 acontent:billing              only in Attachments of message&lt;br /&gt;
&lt;br /&gt;
=== Searching for Alternatives ===&lt;br /&gt;
Use square brackets [] to search for alternative words. Example:&lt;br /&gt;
 [Support Request Form]&lt;br /&gt;
&lt;br /&gt;
finds emails that contain the word ''support'' or the word ''request'' or the word ''form'' or any combination of these.&lt;br /&gt;
&lt;br /&gt;
 [from:info@example.com subject:important &amp;quot;very important&amp;quot;]&lt;br /&gt;
finds emails that come from ''info@example.com'' or have the word ''important'' in the subject or contain the phrase ''very important'' anywhere in the email.&lt;br /&gt;
&lt;br /&gt;
=== Excluding Words ===&lt;br /&gt;
&lt;br /&gt;
To narrow a search, you may want to specify words which must not be present in the emails. To exclude words from the search results, prepend the word with the  minus character (-). For example:  &lt;br /&gt;
&lt;br /&gt;
 ZDNet -download-tip&lt;br /&gt;
&lt;br /&gt;
returns all emails from ''ZDNet'' which do not contain ''download-tip''.&lt;br /&gt;
&lt;br /&gt;
 ZDNet -download-tip -&amp;quot;free gift&amp;quot;&lt;br /&gt;
&lt;br /&gt;
returns all emails from ''ZDNet'' which do not contain ''download-tip'' and do not contain the phrase ''free gift''.&lt;br /&gt;
&lt;br /&gt;
Exclusions cannot be used in alternatives, so&lt;br /&gt;
&lt;br /&gt;
 [Microsoft Windows -Powerpoint]&lt;br /&gt;
&lt;br /&gt;
is not valid, but&lt;br /&gt;
 [Microsoft Windows] -Powerpoint&lt;br /&gt;
is valid and will find emails that contain ''Microsoft'' or ''Windows'' but not the word ''Powerpoint''.&lt;br /&gt;
&lt;br /&gt;
Valid is also&lt;br /&gt;
 -[Microsoft Windows Powerpoint]&lt;br /&gt;
which returns all emails that do not contain any of the words ''Microsoft'', ''Windows'' or ''Powerpoint''.&lt;br /&gt;
&lt;br /&gt;
=== Combining Search Options ===&lt;br /&gt;
&lt;br /&gt;
Any of the search options described above can be combined. For example:&lt;br /&gt;
&lt;br /&gt;
 ZDNET -&amp;quot;Daily Update&amp;quot;&lt;br /&gt;
&lt;br /&gt;
returns all emails from ZDNet which do not contain the consecutive words ''Daily Update''.&lt;br /&gt;
&lt;br /&gt;
 from:ZDNET bcontent:MailStore&lt;br /&gt;
return all emails from ZDNET which have ''MailStore'' somewhere in their message body.&lt;br /&gt;
&lt;br /&gt;
 from:billing@example.com acontent:bill&lt;br /&gt;
return all emails from ''billing@example.com'' which have ''bill'' in any attachment.&lt;br /&gt;
&lt;br /&gt;
 to:recruiting@example.com -sales&lt;br /&gt;
return all emails to ''recruiting@example.com'' which do not have sales in any part of the email.&lt;br /&gt;
&lt;br /&gt;
 from:billing@example.com to:myaddress@company.tld acontent:bill -subject:admonition&lt;br /&gt;
return all message from ''billing@example.com'' to ''myaddress@company.tld'' which have ''bill'' in any attachment but do not have ''admonition'' in the subject.&lt;br /&gt;
&lt;br /&gt;
== Search Email ==&lt;br /&gt;
&lt;br /&gt;
MailStore Home also allows you to add more criteria when searching. For example, you might want to only search messages from a specific email address or within a certain date range.&lt;br /&gt;
&lt;br /&gt;
For more control over MailStore Home's search functionality, navigate to ''Search Email'' in the left hand column, choose the appropriate criteria and click ''Search''.&lt;br /&gt;
&lt;br /&gt;
==== Search Criteria under &amp;quot;Search&amp;quot; ====&lt;br /&gt;
Enter a keyword or phrase into the text field and specify where MailStore is to conduct the search. The following options are available:&lt;br /&gt;
&lt;br /&gt;
*'''Subject''' - The subject line of the email is searched.&lt;br /&gt;
*'''Sender/Recipient''' - The fields &amp;quot;From&amp;quot;, &amp;quot;To&amp;quot;, &amp;quot;Cc&amp;quot;, and &amp;quot;Bcc&amp;quot; are searched.&lt;br /&gt;
*'''Message body''' - The text-only or HTML sections of the email are searched (depending on availability).&lt;br /&gt;
*'''Attachments File Names''' - The file names of the email attachments are searched.&lt;br /&gt;
*'''Attachment Contents''' - The contents of the email attachments are searched. If and to what extent attachments can be searched depends on the indexing options specified (under ''Administrative Tools'').&lt;br /&gt;
&lt;br /&gt;
All options described in section Quick Search, such as phrases and wildcards, are available in the textfield ''Search for'' as well.&lt;br /&gt;
&lt;br /&gt;
==== Search Criteria under &amp;quot;General&amp;quot; ====&lt;br /&gt;
Under ''General'', the following options are available:&lt;br /&gt;
&lt;br /&gt;
*'''Folder''' - The folder to be searched by MailStore can be selected here. By default, all folders readable by the current user are selected. By clicking the button next to the text field, folders can also be selected using the folder structure.&lt;br /&gt;
*'''Include subfolder''' - If selected, MailStore not only searches the selected folder (e.g. ''Inbox''), but all subfolders created therein (e.g. ''Inbox / Projects 2017 / Profit Optimization'') as well.&lt;br /&gt;
*'''From''' - Any keywords or email addresses entered here are searched for within the email's sender field only.&lt;br /&gt;
*'''To/Cc/Bcc''' - Any keywords or email addresses entered here are searched for within the email's recipient fields only.&lt;br /&gt;
*'''Date''' - The time frame the search is to cover can be selected here. Either a predefined range, such as ''Yesterday'' or ''This year'', can be selected or, by choosing ''Custom'', a specific period can be specified manually. In this case, the start and end dates will be included.&lt;br /&gt;
*'''Archiving Date''' - The archiving time frame the search is to cover can be selected here. Either a predefined range, such as ''Yesterday'' or ''This year'', can be selected or, by choosing ''Custom'', a specific period can be specified manually. In this case, the start and end dates will be included.&lt;br /&gt;
&lt;br /&gt;
All options described in section Quick Search, such as phrases and wildcards, are available in the fields ''From'' and ''To/Cc/Bcc'' as well.&lt;br /&gt;
&lt;br /&gt;
==== Search Criteria under &amp;quot;Advanced&amp;quot; ====&lt;br /&gt;
Under ''Advanced'', the following options are available:&lt;br /&gt;
&lt;br /&gt;
* '''Messages with/without attachments''' - By default, all messages are searched, regardless of whether or not they have any file attachments. Clear one of the check boxes to remove certain emails, such as those without attachments, from the results. &lt;br /&gt;
*: '''Important:''' These searches can be imprecise at times because items like background pictures could be regarded as attachments.&lt;br /&gt;
* '''Size''' - By default, all messages are searched regardless of their size. Use the appropriate fields provided to limit the search according to the size of the emails, e.g. at least ''5 MB'' or between ''400 and 600 KB''.&lt;br /&gt;
* '''Priority''' - Emails are searched according to the priority level of the email as assigned by the sender. When choosing ''Low'', all emails with a priority level lower than ''Normal'' are returned, when choosing High, all emails with a priority level higher than ''Normal'' are returned. Emails not containing any information regarding priority are assumed to have a priority level of ''Normal''.&lt;br /&gt;
&lt;br /&gt;
== Saved Searches ==&lt;br /&gt;
&lt;br /&gt;
[[File:Msh_search_saved.png|right]]MailStore Home allows you to save a search you have performed for future reference. The archive is searched each time you access a saved search, allowing you to quickly find all message matching a particular criteria.&lt;br /&gt;
&lt;br /&gt;
To create a search that can be saved for later use, navigate to ''Search Email'' in the left hand column, choose the appropriate criteria and click ''Create Search Folder'' and enter a name for the saved search (e.g. ''Mail from mom''.)&lt;br /&gt;
&lt;br /&gt;
The saved search will be added under the ''Search Email'' section and it can be accessed at any time.&lt;br /&gt;
&lt;br /&gt;
Through the context menu you can view the search criteria of a search folder (''New Search Query'') and rename or delete it.&lt;br /&gt;
[[de:Zugriff auf das Archiv]]&lt;br /&gt;
[[en:Accessing the Archive]]&lt;/div&gt;</summary>
		<author><name>Ltalaschus</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/home/index.php?title=Accessing_the_Archive&amp;diff=205</id>
		<title>Accessing the Archive</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/home/index.php?title=Accessing_the_Archive&amp;diff=205"/>
		<updated>2025-11-21T15:36:08Z</updated>

		<summary type="html">&lt;p&gt;Ltalaschus: /* Narrowing by Fields */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
There are several ways to access emails which are archived within MailStore Home, you can navigate the folder structure starting with ''My Archive'' or you can ''Search'' using one of the methods described below.&lt;br /&gt;
&lt;br /&gt;
== Quick Search ==&lt;br /&gt;
&lt;br /&gt;
[[File:Msh_search_quick.png|right]]Use MailStore Home's ''Quick Search Archive'' feature to quickly search the entire archive at once. The search box can be found at the top of the ''Archive'' column (above the ''Start Page'').&lt;br /&gt;
&lt;br /&gt;
To use the ''Quick Search Archive'' feature, simply enter your search terms and click the ''Search'' button (or press Enter). MailStore Home will return results from all folders.&lt;br /&gt;
&lt;br /&gt;
=== Searching for Word Fragments ===&lt;br /&gt;
To display all emails containing a word with a particular fragment, use the wildcard character (*). For example:&lt;br /&gt;
&lt;br /&gt;
 auto*&lt;br /&gt;
&lt;br /&gt;
will return ''auto'', ''automatic'', ''automobile'' etc.&lt;br /&gt;
&lt;br /&gt;
 *example.com&lt;br /&gt;
&lt;br /&gt;
will return all email addresses and domains of ''example.com''.&lt;br /&gt;
&lt;br /&gt;
=== Searching for Words with unknown letters ===&lt;br /&gt;
To view all emails containing a word where you do not know how to spell it correctly, you can use the question mark (?). For example&lt;br /&gt;
&lt;br /&gt;
 Me?er&lt;br /&gt;
&lt;br /&gt;
would locate Meier and Meyer, but not Maier.&lt;br /&gt;
&lt;br /&gt;
The question mark (?) cannot be used at the beginning of a word or at the end of a word, use the wildcard character (*) instead.&lt;br /&gt;
&lt;br /&gt;
=== Searching for Phrases ===&lt;br /&gt;
&lt;br /&gt;
To search for words appearing consecutively and in a specific order, use quotation marks (&amp;quot;&amp;quot;). For example:&lt;br /&gt;
&lt;br /&gt;
 &amp;quot;Microsoft Windows&amp;quot;&lt;br /&gt;
&lt;br /&gt;
will return the text ''Microsoft Windows'' but not ''Microsoft Works'' or ''Windows 95''.&lt;br /&gt;
&lt;br /&gt;
=== Narrowing by Fields ===&lt;br /&gt;
A search for keywords or phrases can be limited to specific fields. For example:&lt;br /&gt;
&lt;br /&gt;
 subject:News                  only in ''Subject''&lt;br /&gt;
 from:john@mailstore.com       only in ''From''&lt;br /&gt;
 to:michael@mailstore.com      only in ''To''&lt;br /&gt;
 cc:lisa@mailstore.com         only in ''Cc''&lt;br /&gt;
 bcc:customers@mailstore.com   only in ''Bcc''&lt;br /&gt;
 bcontent:billing              only in Body of message&lt;br /&gt;
 acontent:billing              only in Attachments of message&lt;br /&gt;
&lt;br /&gt;
=== Searching for Alternatives ===&lt;br /&gt;
Use square brackets [] to search for alternative words. Example:&lt;br /&gt;
 [Support Request Form]&lt;br /&gt;
&lt;br /&gt;
finds emails that contain the word ''support'' or the word ''request'' or the word ''form'' or any combination of these.&lt;br /&gt;
&lt;br /&gt;
 [from:info@example.com subject:important &amp;quot;very important&amp;quot;]&lt;br /&gt;
finds emails that come from ''info@example.com'' or have the word ''important'' in the subject or contain the phrase ''very important'' anywhere in the email.&lt;br /&gt;
&lt;br /&gt;
=== Excluding Words ===&lt;br /&gt;
&lt;br /&gt;
To narrow a search, you may want to specify words which must not be present in the emails. To exclude words from the search results, prepend the word with the  minus character (-). For example:  &lt;br /&gt;
&lt;br /&gt;
 ZDNet -download-tip&lt;br /&gt;
&lt;br /&gt;
returns all emails from ZDNet which do not contain ''download-tip''.&lt;br /&gt;
&lt;br /&gt;
=== Combining Search Options ===&lt;br /&gt;
&lt;br /&gt;
Any of the search options described above can be combined. For example:&lt;br /&gt;
&lt;br /&gt;
 ZDNET -&amp;quot;Daily Update&amp;quot;&lt;br /&gt;
&lt;br /&gt;
returns all emails from ZDNet which do not contain the consecutive words ''Daily Update''.&lt;br /&gt;
&lt;br /&gt;
 from:ZDNET bcontent:MailStore&lt;br /&gt;
return all emails from ZDNET which have ''MailStore'' somewhere in their message body.&lt;br /&gt;
&lt;br /&gt;
 from:billing@example.com acontent:bill&lt;br /&gt;
return all emails from ''billing@example.com'' which have ''bill'' in any attachment.&lt;br /&gt;
&lt;br /&gt;
 to:recruiting@example.com -sales&lt;br /&gt;
return all emails to ''recruiting@example.com'' which do not have sales in any part of the email.&lt;br /&gt;
&lt;br /&gt;
 from:billing@example.com to:myaddress@company.tld acontent:bill -subject:admonition&lt;br /&gt;
return all message from ''billing@example.com'' to ''myaddress@company.tld'' which have ''bill'' in any attachment but do not have ''admonition'' in the subject.&lt;br /&gt;
&lt;br /&gt;
== Search Email ==&lt;br /&gt;
&lt;br /&gt;
MailStore Home also allows you to add more criteria when searching. For example, you might want to only search messages from a specific email address or within a certain date range.&lt;br /&gt;
&lt;br /&gt;
For more control over MailStore Home's search functionality, navigate to ''Search Email'' in the left hand column, choose the appropriate criteria and click ''Search''.&lt;br /&gt;
&lt;br /&gt;
==== Search Criteria under &amp;quot;Search&amp;quot; ====&lt;br /&gt;
Enter a keyword or phrase into the text field and specify where MailStore is to conduct the search. The following options are available:&lt;br /&gt;
&lt;br /&gt;
*'''Subject''' - The subject line of the email is searched.&lt;br /&gt;
*'''Sender/Recipient''' - The fields &amp;quot;From&amp;quot;, &amp;quot;To&amp;quot;, &amp;quot;Cc&amp;quot;, and &amp;quot;Bcc&amp;quot; are searched.&lt;br /&gt;
*'''Message body''' - The text-only or HTML sections of the email are searched (depending on availability).&lt;br /&gt;
*'''Attachments File Names''' - The file names of the email attachments are searched.&lt;br /&gt;
*'''Attachment Contents''' - The contents of the email attachments are searched. If and to what extent attachments can be searched depends on the indexing options specified (under ''Administrative Tools'').&lt;br /&gt;
&lt;br /&gt;
All options described in section Quick Search, such as phrases and wildcards, are available in the textfield ''Search for'' as well.&lt;br /&gt;
&lt;br /&gt;
==== Search Criteria under &amp;quot;General&amp;quot; ====&lt;br /&gt;
Under ''General'', the following options are available:&lt;br /&gt;
&lt;br /&gt;
*'''Folder''' - The folder to be searched by MailStore can be selected here. By default, all folders readable by the current user are selected. By clicking the button next to the text field, folders can also be selected using the folder structure.&lt;br /&gt;
*'''Include subfolder''' - If selected, MailStore not only searches the selected folder (e.g. ''Inbox''), but all subfolders created therein (e.g. ''Inbox / Projects 2017 / Profit Optimization'') as well.&lt;br /&gt;
*'''From''' - Any keywords or email addresses entered here are searched for within the email's sender field only.&lt;br /&gt;
*'''To/Cc/Bcc''' - Any keywords or email addresses entered here are searched for within the email's recipient fields only.&lt;br /&gt;
*'''Date''' - The time frame the search is to cover can be selected here. Either a predefined range, such as ''Yesterday'' or ''This year'', can be selected or, by choosing ''Custom'', a specific period can be specified manually. In this case, the start and end dates will be included.&lt;br /&gt;
*'''Archiving Date''' - The archiving time frame the search is to cover can be selected here. Either a predefined range, such as ''Yesterday'' or ''This year'', can be selected or, by choosing ''Custom'', a specific period can be specified manually. In this case, the start and end dates will be included.&lt;br /&gt;
&lt;br /&gt;
All options described in section Quick Search, such as phrases and wildcards, are available in the fields ''From'' and ''To/Cc/Bcc'' as well.&lt;br /&gt;
&lt;br /&gt;
==== Search Criteria under &amp;quot;Advanced&amp;quot; ====&lt;br /&gt;
Under ''Advanced'', the following options are available:&lt;br /&gt;
&lt;br /&gt;
* '''Messages with/without attachments''' - By default, all messages are searched, regardless of whether or not they have any file attachments. Clear one of the check boxes to remove certain emails, such as those without attachments, from the results. &lt;br /&gt;
*: '''Important:''' These searches can be imprecise at times because items like background pictures could be regarded as attachments.&lt;br /&gt;
* '''Size''' - By default, all messages are searched regardless of their size. Use the appropriate fields provided to limit the search according to the size of the emails, e.g. at least ''5 MB'' or between ''400 and 600 KB''.&lt;br /&gt;
* '''Priority''' - Emails are searched according to the priority level of the email as assigned by the sender. When choosing ''Low'', all emails with a priority level lower than ''Normal'' are returned, when choosing High, all emails with a priority level higher than ''Normal'' are returned. Emails not containing any information regarding priority are assumed to have a priority level of ''Normal''.&lt;br /&gt;
&lt;br /&gt;
== Saved Searches ==&lt;br /&gt;
&lt;br /&gt;
[[File:Msh_search_saved.png|right]]MailStore Home allows you to save a search you have performed for future reference. The archive is searched each time you access a saved search, allowing you to quickly find all message matching a particular criteria.&lt;br /&gt;
&lt;br /&gt;
To create a search that can be saved for later use, navigate to ''Search Email'' in the left hand column, choose the appropriate criteria and click ''Create Search Folder'' and enter a name for the saved search (e.g. ''Mail from mom''.)&lt;br /&gt;
&lt;br /&gt;
The saved search will be added under the ''Search Email'' section and it can be accessed at any time.&lt;br /&gt;
&lt;br /&gt;
Through the context menu you can view the search criteria of a search folder (''New Search Query'') and rename or delete it.&lt;br /&gt;
[[de:Zugriff auf das Archiv]]&lt;br /&gt;
[[en:Accessing the Archive]]&lt;/div&gt;</summary>
		<author><name>Ltalaschus</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/home/index.php?title=Archiving_Email&amp;diff=202</id>
		<title>Archiving Email</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/home/index.php?title=Archiving_Email&amp;diff=202"/>
		<updated>2025-05-06T08:40:36Z</updated>

		<summary type="html">&lt;p&gt;Ltalaschus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MailStore Home can archive messages from a variety of sources. Each separate source of messages will be configured in MailStore Home as an archiving profile. Different profiles can contain entirely different configurations, allowing you to archive from multiple sources into one MailStore Home archive. For example, you might archive and automatically remove messages from a mailbox with a small quota while leaving messages on an account with a large quota (e.g. Gmail).&lt;br /&gt;
&lt;br /&gt;
== Archiving from IMAP, POP3, Gmail or Outlook.com ==&lt;br /&gt;
[[File:Msh_archive_1.png|right|350px]]&lt;br /&gt;
MailStore Home can archive messages directly from IMAP and POP3 servers, and Microsoft Exchange servers. Many web-based mailboxes provide IMAP access, so archiving web-based mailboxes such as Gmail, Outlook.com and AOL is often possible. &lt;br /&gt;
&lt;br /&gt;
IMAP accounts allow archiving of mail folders (such as the Sent folder), whereas POP3 accounts don't have folders and don't normally store sent mail on the server. In addition, POP3 requires the mail client to use the &amp;quot;Leave Message on Server&amp;quot; feature included in most popular mail clients, messages received before this switch is enabled cannot be retrieved directly from your mail server (but you may be able to archive this mail directly from your mail client). &lt;br /&gt;
&lt;br /&gt;
To archive directly from a mail server, please proceed as follows: &lt;br /&gt;
&lt;br /&gt;
*Open MailStore Home. &lt;br /&gt;
*Select the ''Archive Email'' section in the left-hand column. &lt;br /&gt;
*Under the ''Email Account'' section, enter your email address. &lt;br /&gt;
*Click on the ''Start'' button.&lt;br /&gt;
*Confirm your email address was entered correctly and enter your password. &lt;br /&gt;
[[File:Msh_archive_2.png|center|350px]]&lt;br /&gt;
*Click on ''OK''.&lt;br /&gt;
&lt;br /&gt;
MailStore Home will attempt to determine settings automatically. If you receive a message reading ''MailStore was unable to auto-detect your '' email account settings'' enter the following information:'' &lt;br /&gt;
&lt;br /&gt;
[[File:Msh_archive_3.png|center|350px]]&lt;br /&gt;
*Your ''Server Type'' and encryption: Select either ''IMAP'', ''POP3'' or ''Microsoft Exchange Server'', based on what your provider offers. &lt;br /&gt;
*Enter the ''Server Name''.&lt;br /&gt;
*Change your ''User Name'' if necessary.&amp;lt;br&amp;gt;'''Please Note:''' Many mail servers use your email address here. &lt;br /&gt;
*Click ''OK'' to complete creating the account. &lt;br /&gt;
*Select the Profile that you created and click ''Run'' to start archiving all available messages, or click ''Properties'' to review advanced options such as only archiving specific date ranges or specific IMAP folders.&lt;br /&gt;
&lt;br /&gt;
== Archiving from an Email Client ==&lt;br /&gt;
MailStore Home can archive messages already stored in local mail clients such as Microsoft Outlook, Mozilla Thunderbird and Mozilla SeaMonkey.&lt;br /&gt;
&lt;br /&gt;
== Archive from Microsoft Outlook ==&lt;br /&gt;
* Open MailStore Home.&lt;br /&gt;
* Select the ''Archive Email'' section in the left-hand column. &lt;br /&gt;
* Pick the link for the ''Email Client'' that you're using.&lt;br /&gt;
* MailStore Home will add a profile, click ''OK'' to confirm.&lt;br /&gt;
* Under Saved Profiles, click the profile that you just added.&lt;br /&gt;
* Click the ''Properties'' button.&lt;br /&gt;
* Choose the ''Identity'' (for supported mail clients).&lt;br /&gt;
* Choose the folders you wish to archive from and set other options as applicable (different options are available depending on the email client you're using).&lt;br /&gt;
* Click ''Finish''.&lt;br /&gt;
* Click the ''Run'' button to start archiving mail from the configured client.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Please Note:''' Archiving from Outlook 2010 32-bit is not supported on 64-bit platforms&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Archive from Mozilla Thunderbird or Mozilla SeaMonkey ===&lt;br /&gt;
* Open MailStore Home.&lt;br /&gt;
* Select the ''Archive Email'' section in the left-hand column. &lt;br /&gt;
* Pick the link for the ''Email Client'' that you're using.&lt;br /&gt;
* Choose the ''Profile''.&lt;br /&gt;
* Choose the folder(s) you wish to archive from and set other options to your preference.&lt;br /&gt;
* Click ''Finish''.&lt;br /&gt;
* Click the ''Run'' button to start archiving mail from the configured client.&lt;br /&gt;
&lt;br /&gt;
== Starting an Archiving Profile ==&lt;br /&gt;
Once you have created your archive profile, you need to tell MailStore Home to run a particular archiving profile when you want messages to be archived.&lt;br /&gt;
&lt;br /&gt;
There are two ways to tell MailStore Home to archive messages, you can run an archiving profile from within MailStore Home or you can create a shortcut (desktop or start menu icon) to start an archiving profile.&lt;br /&gt;
&lt;br /&gt;
=== Starting an Archiving Profile from within MailStore Home ===&lt;br /&gt;
* Open MailStore Home.&lt;br /&gt;
* Select the ''Archive Email'' section in the left-hand column. &lt;br /&gt;
* Select the profile you want to run.&lt;br /&gt;
* Click ''Run''.&lt;br /&gt;
&lt;br /&gt;
MailStore Home will show a progress dialog as the archiving process runs.&lt;br /&gt;
&lt;br /&gt;
=== Creating a shortcut to run an Archiving Profile ===&lt;br /&gt;
* Open MailStore Home.&lt;br /&gt;
* Select the ''Archive Email'' section in the left-hand column. &lt;br /&gt;
* Select the profile you want to run.&lt;br /&gt;
* Click the ''Create Shortcut on Desktop'' button.&lt;br /&gt;
&lt;br /&gt;
MailStore Home will create a link on your desktop. When you launch MailStore Home using this link, MailStore Home will start archiving from the selected archiving profile immediately.&lt;br /&gt;
&lt;br /&gt;
[[de:E-Mails_archivieren]]&lt;br /&gt;
[[en:Archiving Email]]&lt;/div&gt;</summary>
		<author><name>Ltalaschus</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/home/index.php?title=Installation&amp;diff=201</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/home/index.php?title=Installation&amp;diff=201"/>
		<updated>2025-04-11T13:25:29Z</updated>

		<summary type="html">&lt;p&gt;Ltalaschus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MailStore Home can be installed in a few easy steps; The only decision you need to make before starting the installation is whether to install on your computer, or to install a portable version of MailStore Home.&lt;br /&gt;
&lt;br /&gt;
If you choose to ''Install on this computer'', MailStore Home will be automatically installed on to your local computer under the local Program Files directory and your data will be stored under your local Documents directory. If you choose to ''Install portable version...'', you'll be prompted for a location to install MailStore Home, MailStore Homewill store it's program files and data directory together.&lt;br /&gt;
&lt;br /&gt;
The portable installation of MailStore Home is intended to be installed on a portable drive such as a USB flash drive or removeable hard drive, and can be run from any compatible Windows based computer, allowing you to take your data with you simply by moving the removeable drive from computer to computer without having to install MailStore Home on each computer.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&lt;br /&gt;
* If you are considering a portable install, is critical that you do not attempt to install the ''portable version'' into your local Program Files directory as this will cause a conflict with Windows' security settings.&lt;br /&gt;
* Make sure the archive directory is excluded from real-time scanning of your anti-virus software.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;mswarning&amp;quot;&amp;gt;Never synchronize your archive directory with tools like DropBox.&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;mswarning&amp;quot;&amp;gt;Do not use instant or non-stop backup tools to create automatic backups of your archive directory.&amp;lt;/span&amp;gt;&lt;br /&gt;
* Information about backup and restore are available at [[Backup and Restore]].&lt;br /&gt;
* &amp;lt;span class=&amp;quot;mswarning&amp;quot;&amp;gt;Only installations with versions 24.2.0 or newer can be updated directly.&amp;lt;/span&amp;gt; Older versions do need an intermediate update to version 24.3.0. MailStore Home 24.3.0 can be downloaded [https://www.mailstore.com/en/support/downloads-and-resources/ here]. Install and start MailStore Home 24.3.0 to make the necessary adjustments. You can then install the current version.&lt;br /&gt;
&lt;br /&gt;
== System Requirements ==&lt;br /&gt;
* Microsoft Windows 10&lt;br /&gt;
* Microsoft Windows 11&lt;br /&gt;
* [http://www.mailstore.com/?netfx48 Microsoft .NET Framework Version 4.8] or higher&lt;br /&gt;
* ''Optional:'' IFilter packages for indexing attachment contents&lt;br /&gt;
&lt;br /&gt;
== Installation Steps ==&lt;br /&gt;
[[File:Installation_02.png|right|350px]]&lt;br /&gt;
* Download the latest version of MailStore Home and launch the [http://www.mailstore.com/en/mailstore-home-email-archiving.aspx MailStoreHomeSetup execuable file].&lt;br /&gt;
* Review and ''Accept'' the licence agreement.&lt;br /&gt;
* Choose whether to install MailStore Home on the local computer, or to install a portable version.&lt;br /&gt;
* Click ''Install''.&lt;br /&gt;
* If you are installing the portable version, you will be prompted to select a directory at this stage.&lt;br /&gt;
* Click ''Finish''.&lt;br /&gt;
&lt;br /&gt;
MailStore Home will be started automatically when the installer finishes.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: both;&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Configure Data Transmission ==&lt;br /&gt;
After starting a new version of MailStore Home for the first time the ''Configure Data Transmission'' dialog appears.&lt;br /&gt;
[[File:Telemetry_001_en.png|right|350px]]&lt;br /&gt;
&lt;br /&gt;
If the option ''Enable automatic update check'' has been enabled, MailStore Home will display a message on the dashboard in case a new version is available. The online check is done each time after starting MailStore Home.&lt;br /&gt;
&lt;br /&gt;
If the option ''Submission of anonymous usage data'' has been enabled, MailStore Home sends data on how the program is being used to MailStore. The data is sent once a week at most. This data allows us to better understand different usage scenarios of MailStore Server and focus our development capacities accordingly. The submitted data is collected and evaluated exclusively for this purpose.&lt;br /&gt;
&lt;br /&gt;
No personal data such as user names, passwords or email content will be submitted. The submitted data is completely anonymized and cannot be correlated to a specific customer installation.&lt;br /&gt;
&lt;br /&gt;
The data submission can be changed in [[Administration]] at any time and is disabled by default.&lt;br /&gt;
&lt;br /&gt;
== Personalize MailStore Home ==&lt;br /&gt;
Click ''Enter Your Name Here'' in the banner of the dashboard to enter your name.&lt;br /&gt;
&lt;br /&gt;
[[de:Installation]]&lt;br /&gt;
[[en:Installation]]&lt;/div&gt;</summary>
		<author><name>Ltalaschus</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/home/index.php?title=Archiving_Email&amp;diff=198</id>
		<title>Archiving Email</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/home/index.php?title=Archiving_Email&amp;diff=198"/>
		<updated>2025-03-19T17:22:07Z</updated>

		<summary type="html">&lt;p&gt;Ltalaschus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MailStore Home can archive messages from a variety of sources. Each separate source of messages will be configured in MailStore Home as an archiving profile. Different profiles can contain entirely different configurations, allowing you to archive from multiple sources into one MailStore Home archive. For example, you might archive and automatically remove messages from a mailbox with a small quota while leaving messages on an account with a large quota (e.g. Gmail).&lt;br /&gt;
&lt;br /&gt;
== Archiving from IMAP, POP3 or Microsoft Exchange server ==&lt;br /&gt;
[[File:Msh_archive_1.png|right|350px]]&lt;br /&gt;
MailStore Home can archive messages directly from IMAP and POP3 servers, and Microsoft Exchange servers. Many web-based mailboxes provide IMAP access, so archiving web-based mailboxes such as Gmail, Outlook.com and AOL is often possible. &lt;br /&gt;
&lt;br /&gt;
IMAP accounts allow archiving of mail folders (such as the Sent folder), whereas POP3 accounts don't have folders and don't normally store sent mail on the server. In addition, POP3 requires the mail client to use the &amp;quot;Leave Message on Server&amp;quot; feature included in most popular mail clients, messages received before this switch is enabled cannot be retrieved directly from your mail server (but you may be able to archive this mail directly from your mail client). &lt;br /&gt;
&lt;br /&gt;
To archive directly from a mail server, please proceed as follows: &lt;br /&gt;
&lt;br /&gt;
*Open MailStore Home. &lt;br /&gt;
*Select the ''Archive Email'' section in the left-hand column. &lt;br /&gt;
*Under the ''Email Account'' section, enter your email address. &lt;br /&gt;
*Click on the ''Start'' button.&lt;br /&gt;
*Confirm your email address was entered correctly and enter your password. &lt;br /&gt;
[[File:Msh_archive_2.png|center|350px]]&lt;br /&gt;
*Click on ''OK''.&lt;br /&gt;
&lt;br /&gt;
MailStore Home will attempt to determine settings automatically. If you receive a message reading ''MailStore was unable to auto-detect your '' email account settings'' enter the following information:'' &lt;br /&gt;
&lt;br /&gt;
[[File:Msh_archive_3.png|center|350px]]&lt;br /&gt;
*Your ''Server Type'' and encryption: Select either ''IMAP'', ''POP3'' or ''Microsoft Exchange Server'', based on what your provider offers. &lt;br /&gt;
*Enter the ''Server Name''.&lt;br /&gt;
*Change your ''User Name'' if necessary.&amp;lt;br&amp;gt;'''Please Note:''' Many mail servers use your email address here. &lt;br /&gt;
*Click ''OK'' to complete creating the account. &lt;br /&gt;
*Select the Profile that you created and click ''Run'' to start archiving all available messages, or click ''Properties'' to review advanced options such as only archiving specific date ranges or specific IMAP folders.&lt;br /&gt;
&lt;br /&gt;
== Archiving from an Email Client ==&lt;br /&gt;
MailStore Home can archive messages already stored in local mail clients such as Microsoft Outlook, Windows Mail, Windows Live Mail, Mozilla Thunderbird and Mozilla SeaMonkey.&lt;br /&gt;
&lt;br /&gt;
== Archive from Microsoft Outlook, Windows Mail or Windows Live Mail ==&lt;br /&gt;
* Open MailStore Home.&lt;br /&gt;
* Select the ''Archive Email'' section in the left-hand column. &lt;br /&gt;
* Pick the link for the ''Email Client'' that you're using.&lt;br /&gt;
* MailStore Home will add a profile, click ''OK'' to confirm.&lt;br /&gt;
* Under Saved Profiles, click the profile that you just added.&lt;br /&gt;
* Click the ''Properties'' button.&lt;br /&gt;
* Choose the ''Identity'' (for supported mail clients).&lt;br /&gt;
* Choose the folders you wish to archive from and set other options as applicable (different options are available depending on the email client you're using).&lt;br /&gt;
* Click ''Finish''.&lt;br /&gt;
* Click the ''Run'' button to start archiving mail from the configured client.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Please Note:''' Archiving from Outlook 2010 32-bit is not supported on 64-bit platforms&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Archive from Mozilla Thunderbird or Mozilla SeaMonkey ===&lt;br /&gt;
* Open MailStore Home.&lt;br /&gt;
* Select the ''Archive Email'' section in the left-hand column. &lt;br /&gt;
* Pick the link for the ''Email Client'' that you're using.&lt;br /&gt;
* Choose the ''Profile''.&lt;br /&gt;
* Choose the folder(s) you wish to archive from and set other options to your preference.&lt;br /&gt;
* Click ''Finish''.&lt;br /&gt;
* Click the ''Run'' button to start archiving mail from the configured client.&lt;br /&gt;
&lt;br /&gt;
== Starting an Archiving Profile ==&lt;br /&gt;
Once you have created your archive profile, you need to tell MailStore Home to run a particular archiving profile when you want messages to be archived.&lt;br /&gt;
&lt;br /&gt;
There are two ways to tell MailStore Home to archive messages, you can run an archiving profile from within MailStore Home or you can create a shortcut (desktop or start menu icon) to start an archiving profile.&lt;br /&gt;
&lt;br /&gt;
=== Starting an Archiving Profile from within MailStore Home ===&lt;br /&gt;
* Open MailStore Home.&lt;br /&gt;
* Select the ''Archive Email'' section in the left-hand column. &lt;br /&gt;
* Select the profile you want to run.&lt;br /&gt;
* Click ''Run''.&lt;br /&gt;
&lt;br /&gt;
MailStore Home will show a progress dialog as the archiving process runs.&lt;br /&gt;
&lt;br /&gt;
=== Creating a shortcut to run an Archiving Profile ===&lt;br /&gt;
* Open MailStore Home.&lt;br /&gt;
* Select the ''Archive Email'' section in the left-hand column. &lt;br /&gt;
* Select the profile you want to run.&lt;br /&gt;
* Click the ''Create Shortcut on Desktop'' button.&lt;br /&gt;
&lt;br /&gt;
MailStore Home will create a link on your desktop. When you launch MailStore Home using this link, MailStore Home will start archiving from the selected archiving profile immediately.&lt;br /&gt;
&lt;br /&gt;
[[de:E-Mails_archivieren]]&lt;br /&gt;
[[en:Archiving Email]]&lt;/div&gt;</summary>
		<author><name>Ltalaschus</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/home/index.php?title=File:Msh_archive_1.png&amp;diff=197</id>
		<title>File:Msh archive 1.png</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/home/index.php?title=File:Msh_archive_1.png&amp;diff=197"/>
		<updated>2025-03-19T17:18:07Z</updated>

		<summary type="html">&lt;p&gt;Ltalaschus: Ltalaschus uploaded a new version of File:Msh archive 1.png&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ltalaschus</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/home/index.php?title=Installation&amp;diff=196</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/home/index.php?title=Installation&amp;diff=196"/>
		<updated>2024-12-04T16:03:51Z</updated>

		<summary type="html">&lt;p&gt;Ltalaschus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MailStore Home can be installed in a few easy steps; The only decision you need to make before starting the installation is whether to install on your computer, or to install a portable version of MailStore Home.&lt;br /&gt;
&lt;br /&gt;
If you choose to ''Install on this computer'', MailStore Home will be automatically installed on to your local computer under the local Program Files directory and your data will be stored under your local Documents directory. If you choose to ''Install portable version...'', you'll be prompted for a location to install MailStore Home, MailStore Homewill store it's program files and data directory together.&lt;br /&gt;
&lt;br /&gt;
The portable installation of MailStore Home is intended to be installed on a portable drive such as a USB flash drive or removeable hard drive, and can be run from any compatible Windows based computer, allowing you to take your data with you simply by moving the removeable drive from computer to computer without having to install MailStore Home on each computer.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&lt;br /&gt;
* If you are considering a portable install, is critical that you do not attempt to install the ''portable version'' into your local Program Files directory as this will cause a conflict with Windows' security settings.&lt;br /&gt;
* Make sure the archive directory is excluded from real-time scanning of your anti-virus software.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;mswarning&amp;quot;&amp;gt;Never synchronize your archive directory with tools like DropBox.&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;mswarning&amp;quot;&amp;gt;Do not use instant or non-stop backup tools to create automatic backups of your archive directory.&amp;lt;/span&amp;gt;&lt;br /&gt;
* Information about backup and restore are available at [[Backup and Restore]].&lt;br /&gt;
* &amp;lt;span class=&amp;quot;mswarning&amp;quot;&amp;gt;Only installations with versions 24.2.0 to 24.3.0 can be updated directly.&amp;lt;/span&amp;gt; Older versions do need an intermediate update to version 24.3.0. MailStore Home 24.3.0 can be downloaded [https://www.mailstore.com/en/support/downloads-and-resources/ here]. Install and start MailStore Home 24.3.0 to make the necessary adjustments. You can then install the current version.&lt;br /&gt;
&lt;br /&gt;
== System Requirements ==&lt;br /&gt;
* Microsoft Windows 10&lt;br /&gt;
* Microsoft Windows 11&lt;br /&gt;
* [http://www.mailstore.com/?netfx48 Microsoft .NET Framework Version 4.8] or higher&lt;br /&gt;
* ''Optional:'' IFilter packages for indexing attachment contents&lt;br /&gt;
&lt;br /&gt;
== Installation Steps ==&lt;br /&gt;
[[File:Installation_02.png|right|350px]]&lt;br /&gt;
* Download the latest version of MailStore Home and launch the [http://www.mailstore.com/en/mailstore-home-email-archiving.aspx MailStoreHomeSetup execuable file].&lt;br /&gt;
* Review and ''Accept'' the licence agreement.&lt;br /&gt;
* Choose whether to install MailStore Home on the local computer, or to install a portable version.&lt;br /&gt;
* Click ''Install''.&lt;br /&gt;
* If you are installing the portable version, you will be prompted to select a directory at this stage.&lt;br /&gt;
* Click ''Finish''.&lt;br /&gt;
&lt;br /&gt;
MailStore Home will be started automatically when the installer finishes.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: both;&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Configure Data Transmission ==&lt;br /&gt;
After starting a new version of MailStore Home for the first time the ''Configure Data Transmission'' dialog appears.&lt;br /&gt;
[[File:Telemetry_001_en.png|right|350px]]&lt;br /&gt;
&lt;br /&gt;
If the option ''Enable automatic update check'' has been enabled, MailStore Home will display a message on the dashboard in case a new version is available. The online check is done each time after starting MailStore Home.&lt;br /&gt;
&lt;br /&gt;
If the option ''Submission of anonymous usage data'' has been enabled, MailStore Home sends data on how the program is being used to MailStore. The data is sent once a week at most. This data allows us to better understand different usage scenarios of MailStore Server and focus our development capacities accordingly. The submitted data is collected and evaluated exclusively for this purpose.&lt;br /&gt;
&lt;br /&gt;
No personal data such as user names, passwords or email content will be submitted. The submitted data is completely anonymized and cannot be correlated to a specific customer installation.&lt;br /&gt;
&lt;br /&gt;
The data submission can be changed in [[Administration]] at any time and is disabled by default.&lt;br /&gt;
&lt;br /&gt;
== Personalize MailStore Home ==&lt;br /&gt;
Click ''Enter Your Name Here'' in the banner of the dashboard to enter your name.&lt;br /&gt;
&lt;br /&gt;
[[de:Installation]]&lt;br /&gt;
[[en:Installation]]&lt;/div&gt;</summary>
		<author><name>Ltalaschus</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/home/index.php?title=Backup_and_Restore&amp;diff=195</id>
		<title>Backup and Restore</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/home/index.php?title=Backup_and_Restore&amp;diff=195"/>
		<updated>2024-12-04T16:00:37Z</updated>

		<summary type="html">&lt;p&gt;Ltalaschus: /* Restoring From a Backup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
As with all applications that contain important data, you should create regular backups of MailStore Home to protect your data. Learn how to backup your data and how to restore it.&lt;br /&gt;
&lt;br /&gt;
MailStore Home data can be restored to the same or to a different computer as needed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' File hosting services like Dropbox are not suitable for creating backups of the archive. These programs are accessing the archive data at the same time as MailStore Home, potentially corrupting the files and making the archive inaccessible.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creating a Backup ==&lt;br /&gt;
&lt;br /&gt;
=== Using the internal backup feature ===&lt;br /&gt;
&lt;br /&gt;
* Start ''MailStore Home''.&lt;br /&gt;
* Click ''Backup to HDD or USB'' in the ''Quick Access'' panel on the ''Start Page''.&lt;br /&gt;
* Select the folder where the backup should be written to. MailStore will create a ''MailStoreBackup'' folder in there where the archive files will be stored in.&lt;br /&gt;
&amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Notice:''' When the [[Protecting Archive Access|archive has been protected with a password]] ''MailStore Home'' restarts automatically and asks for your password again.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Manually Creating a backup ===&lt;br /&gt;
&lt;br /&gt;
To find and backup your MailStore Home data directory: &lt;br /&gt;
&lt;br /&gt;
[[File:Msh_admin_backup.png|right|350px]]&lt;br /&gt;
* Start ''MailStore Home''.&lt;br /&gt;
* Click on the ''Administrative Tools'' item.&lt;br /&gt;
* Find the ''Emails and Settings'' section at the top.&lt;br /&gt;
* Click the ''Show in Windows Explorer'' button.&lt;br /&gt;
* Close ''MailStore Home''.&lt;br /&gt;
* Create a copy of the files in a safe location such as a USB stick or network drive.&lt;br /&gt;
&lt;br /&gt;
=== Using an external backup software ===&lt;br /&gt;
&lt;br /&gt;
* Start ''MailStore Home''.&lt;br /&gt;
* Click on the ''Administrative Tools'' item.&lt;br /&gt;
* Find the ''Emails and Settings'' section at the top.&lt;br /&gt;
* Configure your backup software to include that directory. Make sure MailStore Home is closed while the external backup software is creating the backup. No ''.lock'' file must be present in the backup.&lt;br /&gt;
&lt;br /&gt;
== Restoring From a Backup ==&lt;br /&gt;
&lt;br /&gt;
Only backups created with MailStore Home 24.2.0 or newer can be restored directly. If you do have backups created with an older version of MailStore Home, you have to restore it into MailStore 24.3.0 first.&lt;br /&gt;
[[Installation|Install]] MailStore Home 24.3.0 and follow the steps below. Necessary adjustments will be made during the fist start. You can then install the current version. MailStore Home 24.3.0 can be downloaded [https://www.mailstore.com/en/support/downloads-and-resources/ here]. &lt;br /&gt;
&lt;br /&gt;
In order to restore your archive from a backup, follow these steps: &lt;br /&gt;
* Close ''MailStore Home''.&lt;br /&gt;
* Copy the backup to a location on your hard disk. Note that you cannot place MailStore Home data files under C:\Program Files\ or C:\Program Files (x86)\ due to Windows security configuration.&lt;br /&gt;
* Click the ''Start menu''.&lt;br /&gt;
* Navigate to ''Programs''.&lt;br /&gt;
* Open ''MailStore Home'' folder.&lt;br /&gt;
* Launch the shortcut/tile ''MailStore Home - Configuration''.&lt;br /&gt;
* Click ''Choose Archive...''.&lt;br /&gt;
* Select the directory containing the restored archive files.&lt;br /&gt;
* Click ''OK''.&lt;br /&gt;
&lt;br /&gt;
[[de:Datensicherung und Wiederherstellung]]&lt;br /&gt;
[[en:Backup and Restore]]&lt;/div&gt;</summary>
		<author><name>Ltalaschus</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/home/index.php?title=Backup_and_Restore&amp;diff=194</id>
		<title>Backup and Restore</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/home/index.php?title=Backup_and_Restore&amp;diff=194"/>
		<updated>2024-12-04T15:55:44Z</updated>

		<summary type="html">&lt;p&gt;Ltalaschus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
As with all applications that contain important data, you should create regular backups of MailStore Home to protect your data. Learn how to backup your data and how to restore it.&lt;br /&gt;
&lt;br /&gt;
MailStore Home data can be restored to the same or to a different computer as needed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' File hosting services like Dropbox are not suitable for creating backups of the archive. These programs are accessing the archive data at the same time as MailStore Home, potentially corrupting the files and making the archive inaccessible.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creating a Backup ==&lt;br /&gt;
&lt;br /&gt;
=== Using the internal backup feature ===&lt;br /&gt;
&lt;br /&gt;
* Start ''MailStore Home''.&lt;br /&gt;
* Click ''Backup to HDD or USB'' in the ''Quick Access'' panel on the ''Start Page''.&lt;br /&gt;
* Select the folder where the backup should be written to. MailStore will create a ''MailStoreBackup'' folder in there where the archive files will be stored in.&lt;br /&gt;
&amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Notice:''' When the [[Protecting Archive Access|archive has been protected with a password]] ''MailStore Home'' restarts automatically and asks for your password again.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Manually Creating a backup ===&lt;br /&gt;
&lt;br /&gt;
To find and backup your MailStore Home data directory: &lt;br /&gt;
&lt;br /&gt;
[[File:Msh_admin_backup.png|right|350px]]&lt;br /&gt;
* Start ''MailStore Home''.&lt;br /&gt;
* Click on the ''Administrative Tools'' item.&lt;br /&gt;
* Find the ''Emails and Settings'' section at the top.&lt;br /&gt;
* Click the ''Show in Windows Explorer'' button.&lt;br /&gt;
* Close ''MailStore Home''.&lt;br /&gt;
* Create a copy of the files in a safe location such as a USB stick or network drive.&lt;br /&gt;
&lt;br /&gt;
=== Using an external backup software ===&lt;br /&gt;
&lt;br /&gt;
* Start ''MailStore Home''.&lt;br /&gt;
* Click on the ''Administrative Tools'' item.&lt;br /&gt;
* Find the ''Emails and Settings'' section at the top.&lt;br /&gt;
* Configure your backup software to include that directory. Make sure MailStore Home is closed while the external backup software is creating the backup. No ''.lock'' file must be present in the backup.&lt;br /&gt;
&lt;br /&gt;
== Restoring From a Backup ==&lt;br /&gt;
&lt;br /&gt;
Only backups created with MailStore Home 24.2.0 or newer can be restored directly. If you do have backups created with an older version of MailStore Home, you have to restore it into MailStore 24.3.0 first.&lt;br /&gt;
[[Installation|Install]] MailStore Home 24.3.0 and follow the steps below to make the necessary adjustments. You can then install the current version. MailStore Home 24.3.0 can be downloaded [https://www.mailstore.com/en/support/downloads-and-resources/ here]. &lt;br /&gt;
&lt;br /&gt;
In order to restore your archive from a backup, follow these steps: &lt;br /&gt;
* Close ''MailStore Home''.&lt;br /&gt;
* Copy the backup to a location on your hard disk. Note that you cannot place MailStore Home data files under C:\Program Files\ or C:\Program Files (x86)\ due to Windows security configuration.&lt;br /&gt;
* Click the ''Start menu''.&lt;br /&gt;
* Navigate to ''Programs''.&lt;br /&gt;
* Open ''MailStore Home'' folder.&lt;br /&gt;
* Launch the shortcut/tile ''MailStore Home - Configuration''.&lt;br /&gt;
* Click ''Choose Archive...''.&lt;br /&gt;
* Select the directory containing the restored archive files.&lt;br /&gt;
* Click ''OK''.&lt;br /&gt;
&lt;br /&gt;
[[de:Datensicherung und Wiederherstellung]]&lt;br /&gt;
[[en:Backup and Restore]]&lt;/div&gt;</summary>
		<author><name>Ltalaschus</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/home/index.php?title=Backup_and_Restore&amp;diff=193</id>
		<title>Backup and Restore</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/home/index.php?title=Backup_and_Restore&amp;diff=193"/>
		<updated>2024-12-04T15:52:14Z</updated>

		<summary type="html">&lt;p&gt;Ltalaschus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
As with all applications that contain important data, you should create regular backups of MailStore Home to protect your data. Learn how to backup your data and how to restore it.&lt;br /&gt;
&lt;br /&gt;
MailStore Home data can be restored to the same or to a different computer as needed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Important notice:''' File hosting services like Dropbox are not suitable for creating backups of the archive. These programs are accessing the archive data at the same time as MailStore Home, potentially corrupting the files and making the archive inaccessible.&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creating a Backup ==&lt;br /&gt;
&lt;br /&gt;
=== Using the internal backup feature ===&lt;br /&gt;
&lt;br /&gt;
* Start ''MailStore Home''.&lt;br /&gt;
* Click ''Backup to HDD or USB'' in the ''Quick Access'' panel on the ''Start Page''.&lt;br /&gt;
* Select the folder where the backup should be written to. MailStore will create a ''MailStoreBackup'' folder in there where the archive files will be stored in.&lt;br /&gt;
&amp;lt;p class=&amp;quot;msnote&amp;quot;&amp;gt;'''Notice:''' When the [[Protecting Archive Access|archive has been protected with a password]] ''MailStore Home'' restarts automatically and asks for your password again.&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Manually Creating a backup ===&lt;br /&gt;
&lt;br /&gt;
To find and backup your MailStore Home data directory: &lt;br /&gt;
&lt;br /&gt;
[[File:Msh_admin_backup.png|right|350px]]&lt;br /&gt;
* Start ''MailStore Home''.&lt;br /&gt;
* Click on the ''Administrative Tools'' item.&lt;br /&gt;
* Find the ''Emails and Settings'' section at the top.&lt;br /&gt;
* Click the ''Show in Windows Explorer'' button.&lt;br /&gt;
* Close ''MailStore Home''.&lt;br /&gt;
* Create a copy of the files in a safe location such as a USB stick or network drive.&lt;br /&gt;
&lt;br /&gt;
=== Using an external backup software ===&lt;br /&gt;
&lt;br /&gt;
* Start ''MailStore Home''.&lt;br /&gt;
* Click on the ''Administrative Tools'' item.&lt;br /&gt;
* Find the ''Emails and Settings'' section at the top.&lt;br /&gt;
* Configure your backup software to include that directory. Make sure MailStore Home is closed while the external backup software is creating the backup. No ''.lock'' file must be present in the backup.&lt;br /&gt;
&lt;br /&gt;
== Restoring From a Backup ==&lt;br /&gt;
&lt;br /&gt;
Only backups created with MailStore Home 24.2.0 or newer can be restored directly. If you do have backups created with an older version of MailStore Home, you have to restore it into MailStore 24.3.0 first.&lt;br /&gt;
[[Installation|Install]] MailStore Home 24.3.0 and follow the steps below to make the necessary database adjustments. You can then install the current version. MailStore Home 24.3.0 can be downloaded [https://www.mailstore.com/en/support/downloads-and-resources/ here]. &lt;br /&gt;
&lt;br /&gt;
In order to restore your archive from a backup, follow these steps: &lt;br /&gt;
* Close ''MailStore Home''.&lt;br /&gt;
* Copy the backup to a location on your hard disk. Note that you cannot place MailStore Home data files under C:\Program Files\ or C:\Program Files (x86)\ due to Windows security configuration.&lt;br /&gt;
* Click the ''Start menu''.&lt;br /&gt;
* Navigate to ''Programs''.&lt;br /&gt;
* Open ''MailStore Home'' folder.&lt;br /&gt;
* Launch the shortcut/tile ''MailStore Home - Configuration''.&lt;br /&gt;
* Click ''Choose Archive...''.&lt;br /&gt;
* Select the directory containing the restored archive files.&lt;br /&gt;
* Click ''OK''.&lt;br /&gt;
&lt;br /&gt;
[[de:Datensicherung und Wiederherstellung]]&lt;br /&gt;
[[en:Backup and Restore]]&lt;/div&gt;</summary>
		<author><name>Ltalaschus</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/home/index.php?title=Installation&amp;diff=192</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/home/index.php?title=Installation&amp;diff=192"/>
		<updated>2024-12-04T15:35:54Z</updated>

		<summary type="html">&lt;p&gt;Ltalaschus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MailStore Home can be installed in a few easy steps; The only decision you need to make before starting the installation is whether to install on your computer, or to install a portable version of MailStore Home.&lt;br /&gt;
&lt;br /&gt;
If you choose to ''Install on this computer'', MailStore Home will be automatically installed on to your local computer under the local Program Files directory and your data will be stored under your local Documents directory. If you choose to ''Install portable version...'', you'll be prompted for a location to install MailStore Home, MailStore Homewill store it's program files and data directory together.&lt;br /&gt;
&lt;br /&gt;
The portable installation of MailStore Home is intended to be installed on a portable drive such as a USB flash drive or removeable hard drive, and can be run from any compatible Windows based computer, allowing you to take your data with you simply by moving the removeable drive from computer to computer without having to install MailStore Home on each computer.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&lt;br /&gt;
* If you are considering a portable install, is critical that you do not attempt to install the ''portable version'' into your local Program Files directory as this will cause a conflict with Windows' security settings.&lt;br /&gt;
* Make sure the archive directory is excluded from real-time scanning of your anti-virus software.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;mswarning&amp;quot;&amp;gt;Never synchronize your archive directory with tools like DropBox.&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;mswarning&amp;quot;&amp;gt;Do not use instant or non-stop backup tools to create automatic backups of your archive directory.&amp;lt;/span&amp;gt;&lt;br /&gt;
* Information about backup and restore are available at [[Backup and Restore]].&lt;br /&gt;
* &amp;lt;span class=&amp;quot;mswarning&amp;quot;&amp;gt;Only installations with versions 24.2.0 to 24.3.0 can be updated directly.&amp;lt;/span&amp;gt; Older versions do need an intermediate update to version 24.3.0. MailStore Home 24.3.0 can be downloaded [https://www.mailstore.com/en/support/downloads-and-resources/ here]. Install and start MailStore Home 24.3.0 to make the necessary database adjustments. You can then install the current version.&lt;br /&gt;
&lt;br /&gt;
== System Requirements ==&lt;br /&gt;
* Microsoft Windows 10&lt;br /&gt;
* Microsoft Windows 11&lt;br /&gt;
* [http://www.mailstore.com/?netfx48 Microsoft .NET Framework Version 4.8] or higher&lt;br /&gt;
* ''Optional:'' IFilter packages for indexing attachment contents&lt;br /&gt;
&lt;br /&gt;
== Installation Steps ==&lt;br /&gt;
[[File:Installation_02.png|right|350px]]&lt;br /&gt;
* Download the latest version of MailStore Home and launch the [http://www.mailstore.com/en/mailstore-home-email-archiving.aspx MailStoreHomeSetup execuable file].&lt;br /&gt;
* Review and ''Accept'' the licence agreement.&lt;br /&gt;
* Choose whether to install MailStore Home on the local computer, or to install a portable version.&lt;br /&gt;
* Click ''Install''.&lt;br /&gt;
* If you are installing the portable version, you will be prompted to select a directory at this stage.&lt;br /&gt;
* Click ''Finish''.&lt;br /&gt;
&lt;br /&gt;
MailStore Home will be started automatically when the installer finishes.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: both;&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Configure Data Transmission ==&lt;br /&gt;
After starting a new version of MailStore Home for the first time the ''Configure Data Transmission'' dialog appears.&lt;br /&gt;
[[File:Telemetry_001_en.png|right|350px]]&lt;br /&gt;
&lt;br /&gt;
If the option ''Enable automatic update check'' has been enabled, MailStore Home will display a message on the dashboard in case a new version is available. The online check is done each time after starting MailStore Home.&lt;br /&gt;
&lt;br /&gt;
If the option ''Submission of anonymous usage data'' has been enabled, MailStore Home sends data on how the program is being used to MailStore. The data is sent once a week at most. This data allows us to better understand different usage scenarios of MailStore Server and focus our development capacities accordingly. The submitted data is collected and evaluated exclusively for this purpose.&lt;br /&gt;
&lt;br /&gt;
No personal data such as user names, passwords or email content will be submitted. The submitted data is completely anonymized and cannot be correlated to a specific customer installation.&lt;br /&gt;
&lt;br /&gt;
The data submission can be changed in [[Administration]] at any time and is disabled by default.&lt;br /&gt;
&lt;br /&gt;
== Personalize MailStore Home ==&lt;br /&gt;
Click ''Enter Your Name Here'' in the banner of the dashboard to enter your name.&lt;br /&gt;
&lt;br /&gt;
[[de:Installation]]&lt;br /&gt;
[[en:Installation]]&lt;/div&gt;</summary>
		<author><name>Ltalaschus</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/home/index.php?title=Installation&amp;diff=191</id>
		<title>Installation</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/home/index.php?title=Installation&amp;diff=191"/>
		<updated>2024-12-04T15:17:44Z</updated>

		<summary type="html">&lt;p&gt;Ltalaschus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;MailStore Home can be installed in a few easy steps; The only decision you need to make before starting the installation is whether to install on your computer, or to install a portable version of MailStore Home.&lt;br /&gt;
&lt;br /&gt;
If you choose to ''Install on this computer'', MailStore Home will be automatically installed on to your local computer under the local Program Files directory and your data will be stored under your local Documents directory. If you choose to ''Install portable version...'', you'll be prompted for a location to install MailStore Home, MailStore Homewill store it's program files and data directory together.&lt;br /&gt;
&lt;br /&gt;
The portable installation of MailStore Home is intended to be installed on a portable drive such as a USB flash drive or removeable hard drive, and can be run from any compatible Windows based computer, allowing you to take your data with you simply by moving the removeable drive from computer to computer without having to install MailStore Home on each computer.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&lt;br /&gt;
* If you are considering a portable install, is critical that you do not attempt to install the ''portable version'' into your local Program Files directory as this will cause a conflict with Windows' security settings.&lt;br /&gt;
* Make sure the archive directory is excluded from real-time scanning of your anti-virus software.&lt;br /&gt;
* &amp;lt;span class=&amp;quot;mswarning&amp;quot;&amp;gt;Never synchronize your archive directory with tools like DropBox.&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;mswarning&amp;quot;&amp;gt;Do not use instant or non-stop backup tools to create automatic backups of your archive directory.&amp;lt;/span&amp;gt;&lt;br /&gt;
* Information about backup and restore are available at [[Backup and Restore]].&lt;br /&gt;
* &amp;lt;span class=&amp;quot;mswarning&amp;quot;&amp;gt;Only installations with versions 24.2.0 to 24.3.0 can be updated directly.&amp;lt;/span&amp;gt; Older versions do need an intermediate update to version 24.3.0. MailStore Home 24.3.0 can be downloaded [https://www.mailstore.com/en/support/downloads-and-resources/ here].&lt;br /&gt;
&lt;br /&gt;
== System Requirements ==&lt;br /&gt;
* Microsoft Windows 10&lt;br /&gt;
* Microsoft Windows 11&lt;br /&gt;
* [http://www.mailstore.com/?netfx48 Microsoft .NET Framework Version 4.8] or higher&lt;br /&gt;
* ''Optional:'' IFilter packages for indexing attachment contents&lt;br /&gt;
&lt;br /&gt;
== Installation Steps ==&lt;br /&gt;
[[File:Installation_02.png|right|350px]]&lt;br /&gt;
* Download the latest version of MailStore Home and launch the [http://www.mailstore.com/en/mailstore-home-email-archiving.aspx MailStoreHomeSetup execuable file].&lt;br /&gt;
* Review and ''Accept'' the licence agreement.&lt;br /&gt;
* Choose whether to install MailStore Home on the local computer, or to install a portable version.&lt;br /&gt;
* Click ''Install''.&lt;br /&gt;
* If you are installing the portable version, you will be prompted to select a directory at this stage.&lt;br /&gt;
* Click ''Finish''.&lt;br /&gt;
&lt;br /&gt;
MailStore Home will be started automatically when the installer finishes.&lt;br /&gt;
&amp;lt;br style=&amp;quot;clear: both;&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Configure Data Transmission ==&lt;br /&gt;
After starting a new version of MailStore Home for the first time the ''Configure Data Transmission'' dialog appears.&lt;br /&gt;
[[File:Telemetry_001_en.png|right|350px]]&lt;br /&gt;
&lt;br /&gt;
If the option ''Enable automatic update check'' has been enabled, MailStore Home will display a message on the dashboard in case a new version is available. The online check is done each time after starting MailStore Home.&lt;br /&gt;
&lt;br /&gt;
If the option ''Submission of anonymous usage data'' has been enabled, MailStore Home sends data on how the program is being used to MailStore. The data is sent once a week at most. This data allows us to better understand different usage scenarios of MailStore Server and focus our development capacities accordingly. The submitted data is collected and evaluated exclusively for this purpose.&lt;br /&gt;
&lt;br /&gt;
No personal data such as user names, passwords or email content will be submitted. The submitted data is completely anonymized and cannot be correlated to a specific customer installation.&lt;br /&gt;
&lt;br /&gt;
The data submission can be changed in [[Administration]] at any time and is disabled by default.&lt;br /&gt;
&lt;br /&gt;
== Personalize MailStore Home ==&lt;br /&gt;
Click ''Enter Your Name Here'' in the banner of the dashboard to enter your name.&lt;br /&gt;
&lt;br /&gt;
[[de:Installation]]&lt;br /&gt;
[[en:Installation]]&lt;/div&gt;</summary>
		<author><name>Ltalaschus</name></author>
	</entry>
	<entry>
		<id>https://help.mailstore.com/en/home/index.php?title=HelpTopicIds&amp;diff=190</id>
		<title>HelpTopicIds</title>
		<link rel="alternate" type="text/html" href="https://help.mailstore.com/en/home/index.php?title=HelpTopicIds&amp;diff=190"/>
		<updated>2024-12-04T15:13:08Z</updated>

		<summary type="html">&lt;p&gt;Ltalaschus: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* accs_export - [[Exporting_Email]]&lt;br /&gt;
* accs_extsearch - [[Accessing_the_Archive#Search_Email]]&lt;br /&gt;
* accs_preview - [[Accessing_the_Archive]]&lt;br /&gt;
* arch_delete - [[Email_Archiving_with_MailStore_Home_Basics]]&lt;br /&gt;
* arch_filesystem - [[Archiving_Email]]&lt;br /&gt;
* arch_googlemail_installed_app - [[Archiving_Email]]&lt;br /&gt;
* arch_mailboxes - [[Archiving_Email#Archiving_from_IMAP.2C_POP3_or_Microsoft_Exchange_server]]&lt;br /&gt;
* arch_mailclients - [[Archiving_Email#Archiving_from_an_Email_Client]]&lt;br /&gt;
* arch_profiles - [[Archiving_Email]]&lt;br /&gt;
* arch_results - [[Email_Archiving_with_MailStore_Home_Basics]]&lt;br /&gt;
* arch_selfolders - [[Email_Archiving_with_MailStore_Home_Basics]]&lt;br /&gt;
* expo_googlemail_installed_app - [[Exporting_Email]]&lt;br /&gt;
* tech_index - [[Administration#Search_Index]]&lt;br /&gt;
* xchg_mailbox - [[Archiving_Email#Archiving_from_IMAP.2C_POP3_or_Microsoft_Exchange_server]]&lt;br /&gt;
* home_administration - [[Administration]]&lt;br /&gt;
* tech_passwordprotection - [[Protecting_Archive_Access]]&lt;br /&gt;
* upd_pre242 - [[Installation]]&lt;br /&gt;
&lt;br /&gt;
[[de:HelpTopicIds]]&lt;br /&gt;
[[en:HelpTopicIds]]&lt;/div&gt;</summary>
		<author><name>Ltalaschus</name></author>
	</entry>
</feed>