programming4us
programming4us
ENTERPRISE

Microsoft Exchange Server 2010 : Creating and Working with Public Folders (part 3) - Adding Items to Public Folders Using Outlook

- How To Install Windows Server 2012 On VirtualBox
- How To Bypass Torrent Connection Blocking By Your ISP
- How To Install Actual Facebook App On Kindle Fire
5/31/2014 3:50:06 AM

Adding Items to Public Folders Using Outlook

Exchange 2010 supports standard public folders and mail-enabled public folders. Authorized users can post items to public folders through Outlook Web App and Outlook 2003 or later. Let's briefly look at how you can use Outlook to post items to public folders.

In Outlook, authorized users can post items to public folders by completing these steps:

  1. Start Outlook. If the Folder list isn't displayed, click Go, and then select Folder List.

  2. Expand Public Folders and then All Public Folders in the Folder list. Then select the folder you want to use.

  3. Click New, or press Ctrl+Shift+S. Notice that when a public folder is selected, the New button automatically changes to public folder post mode.

  4. Type a subject for the message, and then type your message text. Add any necessary attachments.

  5. Click Post.

Mail-Enabling Public Folders

Public folders are not mail-enabled by default. If you want authorized users to be able to submit items using standard e-mail, you can mail-enable a public folder using the Enable-MailPublicFolder cmdlet. If you later want to disable sending mail to a public folder, you can use the Disable-MailPublicFolder cmdlet. Samples Example 3 and Example 4 provide the syntax and usage for these cmdlets. Use the –Server parameter to specify the Mailbox server with a public folder database on which to perform the procedure.

Example 3. Enable-MailPublicFolder cmdlet syntax and usage

Syntax

Enable-MailPublicFolder -Identity FolderIdentity
[-HiddenFromAddressListsEnabled <$true|$false>]
[-Server Server] [-DomainController FullyQualifiedDomainName]


Usage

Enable-MailPublicFolder -Identity "\Projects"

Example 4. Disable-MailPublicFolder cmdlet syntax and usage

Syntax

Disable-MailPublicFolder -Identity FolderIdentity
[-Server 'Server'] [-DomainController FullyQualifiedDomainName]


Usage

Disable-MailPublicFolder -Identity "\Projects"

In the Public Folder Management Console, you can mail-enable a public folder by selecting the folder's parent in the left pane, clicking the folder in the main pane, and then clicking Mail Enable. Conversely, to disable sending mail to a public folder, select the folder's parent in the left pane, click the folder in the main pane, and then click Mail Disable. When prompted to confirm that you want to disable sending mail to the public folder, click Yes.

After you've mail-enabled a public folder, users simply address an e-mail to the public folder, and the public folder receives the message as a posting. The default e-mail address is the same as the folder name, with any spaces converted to underscore characters ("_"). For example, if the public folder name is Current Projects and Cpandl.com is the e-mail domain, the e-mail address of the public folder is .

In the Public Folder Management Console, you can view or set a public folder's e-mail–related properties by double-clicking the public folder in the main pane and using the additional tabs provided. As Figure 4 shows, Properties dialog boxes for mail-enabled public folders have the following additional tabs:

  • Exchange General Allows you to view or set general Exchange settings that include the Exchange alias, standard display name, and simple display name. You can also hide the public folder from the address list and add custom attributes using the options on this tab.

  • E-Mail Addresses Allows you to view or set the e-mail address or addresses associated with the public folder. The related procedures for public folders are similar to those for mailbox users.

  • Mail Flow Settings Allows you to view and set delivery options, message size restrictions, and message delivery restrictions for the public folder. The related procedures for public folders are similar to those for mailbox users.

Mail-enabled public folders have additional properties and option tabs.

Figure 4. Mail-enabled public folders have additional properties and option tabs.

You can view information about mail-enabled public folders using the Get-MailPublicFolder cmdlet, and you can set any of the related properties using the Set-MailPublicFolder cmdlet. You can set almost all of the parameters displayed as output for the Get-MailPublicFolder cmdlet by using their parameter names with the Set-MailPublicFolder cmdlet. Samples Example 5 and Example 6 provide the syntax and usage for these cmdlets.

Example 5. Set-MailPublicFolder cmdlet syntax and usage

Syntax

Set-MailPublicFolder -Identity FolderIdentity
[-AcceptMessagesOnlyFrom RecipientIds]
[-AcceptMessagesOnlyFromDLMembers RecipientIds]
[-AcceptMessagesOnlyFromSendersOrMembers <$true|$false>]
[-ArbitrationMailbox MailBox]
[-BypassModerationFromSendersOrMembers <$true|$false>]
[-Contacts Contacts]
[-CreateDTMFMap <$true|$false>]
[-CustomAttributeN Attribute]
[-DeliverToMailboxAndForward <$true|$false>]
[-DisplayName Name]
[-DomainController DCName]
[-EmailAddresses ProxyEmailAddresses]
[-EmailAddressPolicyEnabled <$true|$false>]
[-ForwardingAddress EmailAddress]
[-GrantSendOnBehalfTo Mailboxes]
[-HiddenFromAddressListsEnabled <$true|$false>]
[-IgnoreDefaultScope <$true|$false>]
[-MailTip MailTip]
[-MailTipTranslations <$true|$false>]
[-MaxReceiveSize Size]
[-MaxSendSize Size]
[-ModeratedBy Moderator]
[-ModerationEnabled <$true|$false>]
[-Name Name]
[-PhoneticDisplayName Name]
[-PrimarySmtpAddress SmtpAddress]
[-PublicFolderType {GeneralPurpose|MAPI|NNTP|NotSpecified}]
[-RejectMessagesFrom RejectList]
[-RejectMessagesFromDLMembers ListMembers]
[-RejectMessagesFromSendersOrMembers <$true|$false>]
[-RequireSenderAuthenticationEnabled <$true|$false>]
[-SendModerationNotifications <Never | Internal | Always>]
[-Server ServerName]
[-SimpleDisplayName Name]
[-UMDtmfMap <$true|$false>]
[-WindowsEmailAddress EmailAddress]


Usage

Set-MailPublicFolder -Identity "\Projects" -Alias "Projects"

Example 6. Get-MailPublicFolder cmdlet syntax and usage

Syntax

Get-MailPublicFolder -Identity FolderIdentity | fl

Get-MailPublicFolder -Identity FolderIdentity [-Credential Credential]
[-DomainController DCName] [-Filter String] [-IgnoreDefaultScope
<$true|$false>] [-ReadFromDomainController <$true|$false>]
[-ResultSize Limit] [-Server ServerId] [-SortBy String]


Usage

Get-MailPublicFolder -Identity "\Projects" | fl
Other  
 
Top 10
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
REVIEW
- First look: Apple Watch

- 3 Tips for Maintaining Your Cell Phone Battery (part 1)

- 3 Tips for Maintaining Your Cell Phone Battery (part 2)
programming4us programming4us
programming4us
 
 
programming4us