Mailbox.Languages Property

Gets or sets the preferred languages for this mailbox.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property Languages As MultiValuedProperty(Of CultureInfo)
    Get
    Set
'Usage
Dim instance As Mailbox
Dim value As MultiValuedProperty(Of CultureInfo)

value = instance.Languages

instance.Languages = value
[ParameterAttribute(Mandatory = false)]
public MultiValuedProperty<CultureInfo> Languages { get; set; }

Property Value

Type: Microsoft.Exchange.Data.MultiValuedProperty<CultureInfo>
One or more language identifiers.

Remarks

The Languages property contains the preferred language for a mailbox. Several Microsoft Exchange 2010 components display information to a mailbox user in the preferred language, if that language is supported. Some of those components include quota messages, non-delivery reports (NDRs), the Microsoft Office Outlook Web App user interface, and Unified Messaging (UM) voice prompts.