MailEnabledRecipient.MailTip Property
Gets or sets the message that is displayed to senders when they start drafting an email message to this recipient.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property MailTip As String
Get
Set
'Usage
Dim instance As MailEnabledRecipient
Dim value As String
value = instance.MailTip
instance.MailTip = value
[ParameterAttribute(Mandatory = false)]
public string MailTip { get; set; }
Property Value
Type: System.String
The message that is displayed to senders when they start drafting an email message to this recipient.