1. PhoneApplicationPage
          1. SuppressUnorientedBottomMargin { get; set; } : Boolean

        1. ChatMessage
          1. RemoteId { get; } : String

          1. AccessoryManager
            1. ClearToast(String instanceId) static : Void

            2. DecreaseVolume(Int32 step) static : Void

            3. DisableEmailNotificationEmailAccount(String emailAccount) static : Void

            4. EnableEmailNotificationEmailAccount(String emailAccount) static : Void

            5. EnableEmailNotificationFolderFilter(String emailAccount, IReadOnlyList<String> folders) static : Void

            6. GetAllEmailAccounts() static : IReadOnlyList<EmailAccountInfo>

            7. GetFolders(String emailAccount) static : IReadOnlyList<EmailFolderInfo>

            8. IncreaseVolume(Int32 step) static : Void

            9. IsPhonePinLocked static { get; } : Boolean

            10. RingDevice() static : Void

            11. SetMute(Boolean mute) static : Void

            12. SetRingerVibrate(Boolean ringer, Boolean vibrate) static : Void

            13. SpeedDialList static { get; } : IReadOnlyList<SpeedDialEntry>

            14. UpdateEmailReadStatus(BinaryId messageEntryId, Boolean isRead) static : Void

            15. VolumeInfo static { get; } : VolumeInfo

          2. AccessoryNotificationType
            1. ToastCleared : 2048,

            2. CalendarChanged : 4096,

            3. VolumeChanged : 8192,

            4. EmailReadStatusChanged : 16384,

          3. BinaryId
            1. Id { get; } : Byte

            2. Length { get; } : UInt32

          4. CalendarChangedEvent
            1. LostEvents : 0,

            2. AppointmentAdded : 1,

            3. AppointmentChanged : 2,

            4. AppointmentDeleted : 3,

            5. CalendarAdded : 4,

            6. CalendarChanged : 5,

            7. CalendarDeleted : 6,

          5. CalendarChangedNotificationTriggerDetails
            1. AccessoryNotificationType { get; } : AccessoryNotificationType

            2. AppDisplayName { get; } : String

            3. AppId { get; } : String

            4. EventType { get; } : CalendarChangedEvent

            5. ItemId { get; } : String

            6. StartedProcessing { get; set; } : Boolean

            7. TimeCreated { get; } : DateTimeOffset

          6. EmailAccountInfo
            1. DisplayName { get; } : String

            2. IsNotificationEnabled { get; } : Boolean

          7. EmailFolderInfo
            1. DisplayName { get; } : String

            2. IsNotificationEnabled { get; } : Boolean

          8. EmailNotificationTriggerDetails
            1. MessageEntryId { get; } : BinaryId

          9. EmailReadNotificationTriggerDetails
            1. AccessoryNotificationType { get; } : AccessoryNotificationType

            2. AccountName { get; } : String

            3. AppDisplayName { get; } : String

            4. AppId { get; } : String

            5. IsRead { get; } : Boolean

            6. MessageEntryId { get; } : BinaryId

            7. ParentFolderName { get; } : String

            8. StartedProcessing { get; set; } : Boolean

            9. TimeCreated { get; } : DateTimeOffset

          10. PhoneLineDetails
            1. MissedCallCount { get; } : UInt32

          11. SpeedDialEntry
            1. ContactName { get; } : String

            2. NumberType { get; } : String

            3. PhoneNumber { get; } : String

          12. ToastNotificationTriggerDetails
            1. InstanceId { get; } : String

          13. VibrateState
            1. RingerOffVibrateOff : 0,

            2. RingerOffVibrateOn : 1,

            3. RingerOnVibrateOff : 2,

            4. RingerOnVibrateOn : 3,

          14. VolumeInfo
            1. CallVolume { get; } : UInt32

            2. IsMuted { get; } : Boolean

            3. IsVibrateEnabled { get; } : VibrateState

            4. MediaVolume { get; } : UInt32

            5. SystemVolume { get; } : UInt32