protected override void WriteMessageBody(StreamWriter streamWriter)
 {
     base.WriteHeader(streamWriter, ClientStrings.ClutterNotificationAutoEnablementNoticeHeader);
     base.WriteParagraph(streamWriter, ClientStrings.ClutterNotificationAutoEnablementNoticeIntro, 30U);
     base.WriteSubHeader(streamWriter, ClientStrings.ClutterNotificationAutoEnablementNoticeWeCallIt);
     base.WriteParagraph(streamWriter, ClientStrings.ClutterNotificationAutoEnablementNoticeHowItWorks);
     base.WriteParagraph(streamWriter, ClientStrings.ClutterNotificationAutoEnablementNoticeYoullBeEnabed(AutoEnablementNotice.OptOutUrl));
     base.WriteParagraph(streamWriter, ClientStrings.ClutterNotificationAutoEnablementNoticeItsAutomatic, 20U);
     base.WriteParagraph(streamWriter, ClientStrings.ClutterNotificationO365Closing, 0U);
     base.WriteParagraph(streamWriter, ClientStrings.ClutterNotificationO365DisplayName);
     base.WriteParagraph(streamWriter, ClientStrings.ClutterNotificationAutoEnablementNoticeLearnMore(ClutterNotification.AnnouncementUrl, ClutterNotification.LearnMoreUrl));
 }