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
Public Property MailTip As String
    Get
    Set
'Usage
Dim instance As MailEnabledRecipient
Dim value As String

value = instance.MailTip

instance.MailTip = value
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.

See also

Reference

MailEnabledRecipient class

MailEnabledRecipient members

Microsoft.Exchange.Data.Directory.Management namespace