| ApprovalResult Enumeration | 
            Subscription approval result.
            
 
Namespace: CMS.NewslettersAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntaxpublic enum ApprovalResult
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Success | 0 | 
            Represents that subscription was found and successfully approved.
             | 
 | Failed | 1 | 
            Represents that subscription has failed.
             | 
 | NotFound | 2 | 
            Represents that subscription wasn't found.
             | 
 | TimeExceeded | 3 | 
            Represents that subscription interval for approving request has exceeded.
             | 
 | AlreadyApproved | 4 | 
            Represents that subscription is already approved.
             | 
See Also