MailEnabledRecipient.MailTipTranslations property

Gets or sets a list of translations of the MailTip parameter.

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

Syntax

'Declaration
Public Property MailTipTranslations As MultiValuedProperty(Of String)
    Get
    Set
'Usage
Dim instance As MailEnabledRecipient
Dim value As MultiValuedProperty(Of String)

value = instance.MailTipTranslations

instance.MailTipTranslations = value
public MultiValuedProperty<string> MailTipTranslations { get; set; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
A list of translations of the MailTip property.

Remarks

This property contains an entry for each supported language, in the format of the locale, followed by a colon, and then the specific MailTip property message in that language.

See also

Reference

MailEnabledRecipient class

MailEnabledRecipient members

Microsoft.Exchange.Data.Directory.Management namespace