Applies to: Exchange Server 2013, Exchange Online
Topic Last Modified: 2013-02-22
You can include additional text in the email message that's sent when a fax message is received by a user who is enabled for Unified Messaging (UM) voice mail and is fax-enabled, and when the UM mailbox policy has been configured correctly to use a fax partner provider. By default, the text included when a UM-enabled user receives a fax message indicates only that the user has received a fax message. However, you can create a custom message by adding text in the When a user receives a fax message box on a UM mailbox policy. For example, the text can include information about system security policies and describe the correct way to handle fax messages in your organization. After you add the text, it will be included in each email message that's sent when UM-enabled users who are associated with the UM mailbox policy receive a fax message.
Note: |
---|
The custom text that accompanies a fax message is limited to 512 characters, and can include simple HTML text. |
For more information about fax partners, see Microsoft PinPoint for Fax Partners.
For additional management tasks related to faxing, see Faxing Procedures.
What do you need to know before you begin?
- Estimated time to complete: Less than 1 minute.
- You need to be assigned permissions before you can perform this
procedure or procedures. To see what permissions you need, see the
"UM mailbox policies" entry in the Unified Messaging
Permissions topic.
- Before you perform these procedures, confirm that a UM dial
plan has been created. For detailed steps, see Create a UM Dial
Plan.
- Before you perform these procedures, confirm that a UM mailbox
policy has been created. For detailed steps, see Create a UM Mailbox
Policy.
- For information about keyboard shortcuts that may apply to the
procedures in this topic, see Keyboard Shortcuts in
the Exchange Admin Center.
Tip: |
---|
Having problems? Ask for help in the Exchange forums. Visit the forums at: Exchange Server, Exchange Online, or Exchange Online Protection. |
What do you want to do?
Use the EAC to change the text included with a fax message
- In the EAC, navigate to Unified Messaging > UM
dial plans. In the list view, select the UM dial plan you want
to change, and then click Edit .
- On the UM Dial Plan page, under UM Mailbox
Policies, select the UM mailbox policy you want to manage, and
then click Edit .
- On the UM Mailbox Policy page > Message text,
in the text box for When a user receives a fax message,
enter the text you want to include in the email message that’s sent
when users receive a fax message in their mailbox.
- Click Save.
Use the Shell to change the text included with a fax message
This example enables UM-enabled users who are associated with a UM mailbox policy to receive additional instructions on how to open a fax message that they've received in their mailbox.
Copy Code | |
---|---|
Set-UMMailboxPolicy -identity MyUMMailboxPolicy -FaxMessageText "To open this fax message, double-click the file attachment." |