Interface IInternalOwnerSubscriptionsMgmt
@Path("{domainUid}/{ownerUid}")
public interface IInternalOwnerSubscriptionsMgmt
-
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
void
init()
will create a subscriptions containerIOwnerSubscriptionUids
on the owner's mailbox database.
-
Method Details
-
init
void init()will create a subscriptions containerIOwnerSubscriptionUids
on the owner's mailbox database. This method will check if the container exists. -
delete
void delete()
-