Share via


Enable or disable journaling of voice mail and missed call notifications in Exchange Online

In Exchange Online, when you create a journal rule to journal email messages sent to or from recipients or senders in an Exchange organization, voice mail and missed call notifications generated by the Unified Messaging (UM) service are included. Use the procedures in this topic to turn this feature on or off for your entire organization.

Important

When voice mail journaling is disabled, the following messages classes won't be journaled. It's important to be aware that messages that are "spoofed" using these message classes will not be journaled.

"IPM.Note.Microsoft.Voicemail.UM"
"IPM.Note.Microsoft.Voicemail.UM.CA"
"IPM.Note.Microsoft.Missed.Voice"
"IPM.Note.rpmsg.Microsoft.Voicemail.UM.CA"
"IPM.Note.rpmsg.Microsoft.Voicemail.UM"

What do you need to know before you begin?

Estimated time to complete: 5 minutes.

Use PowerShell to disable or enable journaling of voice mail and missed call notifications. For information about how to connect to Exchange Online PowerShell, see Connect to Exchange Online PowerShell.

The following command disables journaling of voice mail and missed call notifications by setting the VoicemailJournalingEnabled parameter to $false.

Set-TransportConfig -VoicemailJournalingEnabled $false

The following command enables the journaling of voice mail and missed call notifications by setting the VoicemailJournalingEnabled parameter to $true.

Set-TransportConfig -VoicemailJournalingEnabled $true

For detailed syntax and parameter information, see Set-TransportConfig.