Approves existing subscription - sets SubscriptionApproved to true. 
            Checks if subscription wasn't already approved. Confirmation e-mail may be sent optionally.
            
Namespace: CMS.MessageBoardsAssembly: CMS.MessageBoards (in CMS.MessageBoards.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- bsi
 - Type: CMS.MessageBoards BoardSubscriptionInfo
Subscription object 
- subscriptionHash
 - Type: 
System String
Hash parameter representing specific subscription 
- sendConfirmationEmail
 - Type: 
System Boolean
Indicates if confirmation e-mail should be sent. Confirmation e-mail may also be sent if blog settings requires so 
- siteName
 - Type: 
System String
Site name. 
- datetime
 - Type: 
System DateTime
Date and time of request. 
Return Value
Type: OptInApprovalResultEnumReturns TRUE if subscription found and not already approved. Returns FALSE if subscription not found or already approved.
See Also