Copying Email Templates Between Shared Mailboxes: Difference between revisions
Jump to navigation
Jump to search
(Created page with "If you wish to copy email templates from an existing shared mailbox to a newly created one please carry out the following: <On the Supportworks server > open the Interactive...") |
No edit summary |
||
Line 1: | Line 1: | ||
If you wish to copy email templates from an existing shared mailbox to a newly created one please carry out the following: | If you wish to copy email templates from an existing shared mailbox to a newly created one please carry out the following: | ||
On the Supportworks server > open the Interactive SQL utility and type: | |||
Use sw_messagestore; | |||
insert shared__NewMailboxName_templates select * from shared__ OldMailboxName _templates; | |||
Close and reopen the manage email template window to show the templates, If this view was opened prior to running the query above. | Close and reopen the manage email template window to show the templates, If this view was opened prior to running the query above. |
Revision as of 15:27, 5 February 2016
If you wish to copy email templates from an existing shared mailbox to a newly created one please carry out the following:
On the Supportworks server > open the Interactive SQL utility and type: Use sw_messagestore; insert shared__NewMailboxName_templates select * from shared__ OldMailboxName _templates;
Close and reopen the manage email template window to show the templates, If this view was opened prior to running the query above.