ContentDisposition.Inline

ContentDisposition.Inline property

Gets or sets a value that determines the disposition type.

public bool Inline { get; set; }

Property Value

true if content in the attachment is presented inline; otherwise, false.

See Also