ReminderOverrideDefault Property
                In This Topic
            
            Gets or sets the 
System.Boolean value indicating if the associated 
Reminder object has non-default settings. True if the reminder overrides the default reminder behavior for the appointment. You must set the 
ReminderOverrideDefault property to validate the 
ReminderPlaySound and the 
ReminderSoundFile properties.
Syntax
            
            
            
            
            'Declaration
 
Public Property ReminderOverrideDefault As System.Boolean
             
        
            
            public System.bool ReminderOverrideDefault {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also