ImapSynchronizingObject Property |
Gets or sets the object used to marshal the calls of the event handlers.
Namespace: MailBee.ImapMailAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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 marshaling object automatically.
RemarksUsually, you do not need to set this property because MailBee can
automatically marshal events to proper threads.
See Also