ImapSite Property
Gets or sets the object to be used as a site for the component.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public virtual ISite Site { get; set; }

Property Value

Type: ISite
A reference to the object to be used as a site for the component. The default value is a null reference (Nothing in Visual Basic).

Implements

IComponentSite
Remarks
The developer does not need to set this property. It's used by RAD tools such as form designers.
See Also