Share via


_RecipientControlClass.SpecialEffect Property

This is a .NET class or a member of a .NET class created when processing a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use the primary interface that is in the COM coclass to access the object and its members. For information about the object and its members, see _DRecipientControl.

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

Syntax

'Declaration
Public Overridable Property SpecialEffect As Integer
    Get
    Set
'Usage
Dim instance As _RecipientControlClass
Dim value As Integer

value = instance.SpecialEffect

instance.SpecialEffect = value
public virtual int SpecialEffect { get; set; }

Property Value

Type: System.Int32

Implements

_DRecipientControl.SpecialEffect

See Also

Reference

_RecipientControlClass Class

_RecipientControlClass Members

Microsoft.Office.Interop.Outlook Namespace