MailBee.NET Objects 4.0

Smtp.SynchronizingObject Property

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

public System.ComponentModel.ISynchronizeInvoke SynchronizingObject {get; set;}

Property Value

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

Smtp Class | MailBee.SmtpMail Namespace