Share via


Rule.FromScope property

Namespace:  Microsoft.Exchange.MessagingPolicies.Rules.Tasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public Property FromScope As Nullable(Of FromUserScope)
    Get
    Set
'Usage
Dim instance As Rule
Dim value As Nullable(Of FromUserScope)

value = instance.FromScope

instance.FromScope = value
public Nullable<FromUserScope> FromScope { get; set; }

Property value

Type: System.Nullable<FromUserScope>

See also

Reference

Rule class

Rule members

Microsoft.Exchange.MessagingPolicies.Rules.Tasks namespace