Categories

Recent Posts

Archives

Recent Comments

  •  

Links

Meta

Share any Outlook folders with your team without Exchange Server. MAPILab Groupware Server provides real-time access to special shared folders in the Microsoft Outlook. From a user point of view, folders on MAPILab Groupware Server look and behave exactly the same as folders on Microsoft Exchange Server: the moment someone creates a new note in the folder, you will see it at your place. Version 1.5.3
Batch file that combines multiple ICS calendar files into a single ICS that you can then import to Outlook.
Duplicate Killer for Microsoft Outlook is a powerful plug-in for searching, managing and eliminating any type of duplicates (e-mails, contacts, tasks, calendar items (events, appointments, meetings), notes, journals) across all or chosen Outlook folders (including public folders). New Report Of Found Duplicates. The updated report with the list of found duplicates now provides more options to manage your duplicate items, and simplifies the process of resolving. Duplicate Merging dialog functionality has been dramatically improved, allowing you to quickly review and merge the fields you want. New properties to search added to Calendar and Contacts Wizard.
Attachments2Zip automatically zips and encrypts sensitive large or small e-mail attachments. Allows you to see zip attachments' content without opening the file archive. Open only selected files from multiple files zip attachments in one click without opening all archive files. Auto-Encryption With Predefined Password. Now you can enable auto-encryption of ZIP archive in options, and your attachments will not only be zipped, but also encrypted automatically before they are sent.
Use PSTSync to perform Outlook synchronizations, helping you synchronize every Outlook folder, even custom created ones. PSTSync provides bi-directional folder synchronization as well as a number of other tools to help you manage your pst files with ease, PSTSync offers SmartMove and SmartCopy functionality as well as Encryption, Password Protection, Online Backup as well as the popular built in PST file viewer. It takes into consideration the time and date in calendar according to GMT, not just your local time ( a PSTSync exclusive)Version 2.6.0
MAPILab POP3 Connector allows companies download mail from external POP3 servers and deliver it to Microsoft Exchange Server 2007. Supports SSL. Use with personal or catchall mailboxes. For Exchange 2007 only. Version 1.0.2
Stellar Phoenix Outlook PST Recovery Software is designed to repair and restore data from damaged or corrupted Microsoft outlook file. This Outlook recovery software scans the damaged .pst file and extracts and saves information in a new usable .pst file, enabling PST Recovery. In addition, Phoenix-Outlook mail recovery software allows you to recover accidentally deleted messages that have been emptied from the "Deleted Items" folder in Outlook.

Voice Mail Preview will literally transform the way that you look at voice messages in Exchange.

Exchange Unified Messaging (UM) makes it easy to manage your voice messages by delivering them in your Inbox. You can then use many types of Exchange mail client software to review your voice mail. Microsoft Outlook, Outlook Web Access (OWA), Outlook Mobile (and other clients connected via Exchange ActiveSync) and, of course Outlook Voice Access (the speech access interface in Exchange UM) are examples of the ways that you can now retrieve voice mail.

Figure 1. Exchange UM voice mail in the Inbox

If you're using a visual mail client such as Outlook to review your voice mail, it's great to see at a glance the message details (date/time, length) and the number or name of the sender. In Outlook and OWA, you can even add your own text in an Audio Notes field. This permits you to annotate the message so that you can see what it's about, should you return to it later. You can also search for the message by one or more words in the note, as you're used to doing for e-mail.

People who have used the Audio Notes feature since Exchange 2007 have surely sometimes wished that the annotations could be generated automatically.

In Exchange 2010, the Voice Mail Preview feature will do this, and more. By the time that a voice message arrives in your Inbox, UM can insert a Preview. This is machine-generated text that is derived from the voice recording. You can usually gain a good sense of the recorded content by looking at the Preview. Text in the Preview is indexed, so you can search for voice messages without Audio Notes. You can add additional information or make corrections through the Audio Notes field, if required.

Figure 2. Voice Mail Preview (sample message)

Figure 2 shows an example of an actual voice message with a Preview, which I received recently. Some of the text in the figure has been obscured to protect the identity of the caller. In this case, the caller was a telemarketer and I was able to glance at the message (which arrived while I was in a meeting and unable to play the audio) and decide that it was (how shall I put this?) not at all urgent.

In later articles in this series, I'll look at Voice Mail Preview in more detail, describing additional capabilities, how it works, and some limitations.

- Michael Wilson

Share this post :

In my recent post Spotlight on Exchange 2010: Delivery Reports, I discussed Delivery Reports from an end-user perspective. In this post I'll review the different things administrators can do with message tracking. We'll discuss disclosure and privacy control settings and do a quick review on which roles have access to message tracking and how to grant access to a user or group of users.

Disclosure and privacy control

There are two settings that can be modified in the organizational configuration to change the level of disclosure of sensitive items in Delivery Reports: Read status reporting and subject logging.

Feature

Default Setting

Read Status Reporting

Disabled

Subject Logging

Enabled

Read Status Reporting

If this feature is enabled, a user requesting the Delivery Report for a particular message can see if that message was marked as read in the recipient's mailbox. Unlike read receipts, read status does not require a separate user action, if the message was marked as read at some moment by the email client, we report the status change and subsequent "mark-as-unread" activity won't affect the read status of the message.

Set-OrganizationConfig -ReadTrackingEnabled $true

Read status reporting is disabled by default, and can be enabled for every user in the organization by executing the following cmdlet in PowerShell:

After doing this, every Delivery Report shown to a user will include the read status of the message in the recipient's mailbox, for all the recipients in the organization, as we can see the following screen capture:

Keep in mind that if a message is marked as "Read", it means that the email client marked that message as read; both OWA and Outlook will, by default, mark messages as read if they are shown in the preview pane.

To give administrators more granular control over this feature once it is enabled in the organization, administrators can select individual users and disable read status reporting for messages in their mailboxes. This can be useful for users that handle sensitive information and the act of reading those messages should be kept hidden from others. For example, to disable the read status reporting for user Lubor Kollar from the Legal department, the administrator would execute the following PowerShell cmdlet:

Set-Mailbox "Lubor Kollar" -MessageTrackingReadStatusEnable $false

As we can see in the following Delivery Report, the read event is not being reported for the user:

Subject Logging

Administrators can also choose if the subject line for messages is stored in the message tracking logs for all emails sent or received within the organization. This is enabled by default, and can be disabled by the on-premise administrators. Disabling this feature is not an available option for datacenter administrators.

Before making the decision to disable this feature, administrators should consider the impact of the change to the end user's experience. Disabling subject logging will make it impossible to search for Delivery Reports using the subject field, so administrators should alert users that the subject field has to remain empty in all Delivery Report searches.

Get-TransportServer | Set-TransportServer -MessageTrackingLogSubjectLoggingEnabled $false
Get-MailboxServer | Set-MailboxServer -MessageTrackingLogSubjectLoggingEnabled $false

To suppress the logging of message subjects in the Message Tracking logs, on-premise administrators have to disable Subject Logging on each Mailbox Server and Transport server in the organization. For multi-role servers administrators would only have to disable this for either of the roles. Administrators can use the following PowerShell cmdlets to disable Subject Logging in all servers within the organization:

Administrative Roles

Currently users in the following security role groups can read Delivery Reports on behalf of other users:

  • Organization Management
  • View-Only Organization Management
  • Recipient Management
  • Records Management

New-ManagementRoleAssignment "Message Tracking - Help Desk" -Role "Message Tracking" -SecurityGroup "Help Desk"
Add-RoleGroupMember "Help Desk" -member msteele

To add Delivery Reports capabilities to the Help Desk role group and add the user Mark Steele as a member of the Help Desk group, execute the following PowerShell cmdlets:

So, the next time Mark Steele logs into ECP he will be able to use the "Select what to manage" dropdown to access the ECP Help Desk view for the organization; then by clicking on the "Reporting" tab he will access the administrator view of the Delivery Reports search pane, as shown on the screen shot below:

In the screenshot we can also see that the Administrator's view of the Delivery Reports search panel is somewhat different from the user view. In this view Administrators and Help Desk personnel can select a user mailbox using the "Mailbox to Search" field and make searches on behalf of that user in exactly the same manner that the selected user would.

- Alexis Delgado

Share this post :
Professional Archive Manager for Exchange is a multi award winning email archiving software solution that utilizes its integrated HSM (Hierarchical Storage Management) to direct all .PSTs, emails and their attachments to a central storage medium. Single Instance Storage (SIS) removes duplicates, stores the original email and its attachments onto a cheaper storage unit, and leaves behind a link on Exchange.

Next Page »