Share via


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
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
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 Exchange Server 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 Office Outlook Web App user interface, and Unified Messaging (UM) voice prompts.

See also

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace