SubscribeMailbox Method  
 

Subscribes the user to the specified mailbox.

Syntax

object.SubscribeMailbox( MailboxName )

Parameters

MailboxName
A string which specifies the name of the mailbox to subscribe to.

Return Value

A value of zero is returned if the method succeeds. Otherwise, a non-zero error code is returned which indicates the cause of the failure.

Remarks

The SubscribeMailbox method adds the specified mailbox to the current user's list of active or subscribed mailboxes. The user will remain subscribed to the mailbox across multiple sessions, until the UnsubscribeMailbox method is called to remove the mailbox from the subscription list.

Note that if a user subscribes to a mailbox and that mailbox is later renamed or deleted, the mailbox will not be automatically removed from the user's subscription list. To determine if the current mailbox is in the user's subscription list, check the Subscribed property.

See Also

MailboxName Property, Subscribed Property, UnsubscribeMailbox Method