ImapBodyStructureFilename Property |
Gets the filename of the MIME part.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string Filename { get; }
Public ReadOnly Property Filename As String
Get
Property Value
Type:
StringThe string containing the filename of the MIME part, or a null reference
(
Nothing in Visual Basic) if no filename is available.
Remarks MailBee obtains the filename from the value of "filename" parameter of DispositionParams.
As this can be empty or missing, you may use SafeFilename which is never empty and never
contains symbols not allowed for filenames on the filesystem.
See Also