public Body()
		{
			Html = new Content();
			Text = new Content();
		}
		public Message()
		{
			Body = new Body();
			Subject = new Content();
		}