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
<ParameterAttribute(Mandatory := False)> _
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
[ParameterAttribute(Mandatory = false)]
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.