github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/VoicemailsInfo.md (about) 1 # VoicemailsInfo 2 3 ## Properties 4 Name | Type | Description | Notes 5 ------------ | ------------- | ------------- | ------------- 6 **NotifyByEmail** | **bool** | Email notification flag | [optional] 7 **NotifyBySms** | **bool** | SMS notification flag | [optional] 8 **AdvancedEmailAddresses** | **[]string** | List of recipient email addresses for voicemail notifications. Returned if specified, in both modes (advanced/basic). Applied in advanced mode only | [optional] 9 **AdvancedSmsEmailAddresses** | **[]string** | List of recipient phone numbers for voicemail notifications. Returned if specified, in both modes (advanced/basic). Applied in advanced mode only | [optional] 10 **IncludeAttachment** | **bool** | Indicates whether voicemail should be attached to email | [optional] 11 **MarkAsRead** | **bool** | Indicates whether email should be automatically marked as read | [optional] 12 13 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 15