Property ImportPictures
ImportPictures
Gets or sets a value indicating whether pictures are imported. True by default. Setting it false skips picture payloads entirely, which is what a caller converting untrusted input for its text alone usually wants.
public bool ImportPictures { get; set; }