_MailItem.AlternateRecipientAllowed Property

Definition

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

public:
 property bool AlternateRecipientAllowed { bool get(); void set(bool value); };
public bool AlternateRecipientAllowed { get; set; }
Public Property AlternateRecipientAllowed As Boolean

Property Value

Applies to