_MailItem.AlternateRecipientAllowed Property

Returns a Boolean (bool in C#) that is True if the mail message can be forwarded. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Property AlternateRecipientAllowed As Boolean
    Get
    Set
'Usage
Dim instance As _MailItem
Dim value As Boolean

value = instance.AlternateRecipientAllowed

instance.AlternateRecipientAllowed = value
[DispIdAttribute()]
bool AlternateRecipientAllowed { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

_MailItem Interface

_MailItem Members

Microsoft.Office.Interop.Outlook Namespace