EmailAddressValidatorSynchronizingObject Property
Gets or sets the object used to marshal the calls of the event handlers.

Namespace: MailBee.AddressCheck
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public ISynchronizeInvoke SynchronizingObject { get; set; }

Property Value

Type: ISynchronizeInvoke
A reference to the object on whose thread the events should be raised. The default value is a null reference (Nothing in Visual Basic) which tells MailBee to determine the appropriate marshalling object automatically.
Remarks
Usually, you do not need to set this property because MailBee can automatically marshal events to proper threads.
See Also