CommonEventArgsState Property
Gets a reference to the object which was supplied by the developer in state parameter of asynchronous methods of the mailer components.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public Object State { get; }

Property Value

Type: Object
A reference to the state object, or null (Nothing in Visual Basic) if the current event was generated by a synchronous method.
Remarks
State objects can be used by the developer in order to pass any data to event handlers. MailBee itself just passes the value of state parameter of asynchronous methods to this property, but does not use it in any other way.
See Also