ContentDispositionHeaderValue.FileNameStar Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A suggestion for how to construct filenames for storing message payloads to be used if the entities are detached and stored in a separate files.
public:
property System::String ^ FileNameStar { System::String ^ get(); void set(System::String ^ value); };
public string FileNameStar { get; set; }
public string? FileNameStar { get; set; }
member this.FileNameStar : string with get, set
Public Property FileNameStar As String
Property Value
A suggested filename of the form filename*.
Remarks
The FileNameStar property uses IETF RFC 5987 encoding. The FileName and FileNameStar properties differ only in that FileNameStar uses the encoding defined in IETF RFC 5987, allowing the use of characters not present in the ISO-8859-1 character set.