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

Namespace: MailBee.Pop3Mail
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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