Catalyst Internet Mail .NET

InternetMail.Subscribed Property

Gets a value that specifies if the user has subscribed to the currently selected mailbox.

[Visual Basic]
Public Property Subscribed As Boolean
[C#]
public bool Subscribed {get; set;}

Property Value

A boolean value that specifies if the user has subscribed to the current mailbox.

Remarks

The Subscribed property is used to determine if the current mailbox has been subscribed to by the user. If the property returns false, the server has indicated that the user has not subscribed to the mailbox. If the property returns true, the current mailbox is in the user's subscription list.

Setting the Subscribed property changes the subscription status of the current mailbox. Setting the property to true adds the mailbox to the user's list of subscribed mailboxes, while setting it to false removes the mailbox from the subscription list.

See Also

InternetMail Class | SocketTools Namespace