_AddressRuleCondition.Address Property

Definition

Returns or sets an array of String (string in C#) elements to evaluate the address rule condition. Read/write.

public:
 property System::Object ^ Address { System::Object ^ get(); void set(System::Object ^ value); };
public object Address { get; set; }
Public Property Address As Object

Property Value

Remarks

You can assign an array with one element to evaluate a single address or an array of multiple strings to evaluate multiple addresses. Multiple address strings assigned in an array are evaluated using the logical OR operation.

If a string specified by Address is contained in the recipient or sender address, the condition evaluates to True.

Applies to