| SmtpSynchronizingObject Property  | 
            Gets or sets the object used to marshal the calls of the event handlers.
            
 
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntaxpublic ISynchronizeInvoke SynchronizingObject { get; set; }Public Property SynchronizingObject As ISynchronizeInvoke
	Get
	Set
Property Value
Type: 
ISynchronizeInvokeA 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.
RemarksUsually, you do not need to set this property because MailBee can
            automatically marshal events to proper threads.
See Also