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)
'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; }
Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
A list of translations of the MailTip property.
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.