EmailPackageAttachedFileNames Property |
Gets an array of the names of the attached files.
Namespace: GroupDocs.Metadata.Formats.EmailAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic string[] AttachedFileNames { get; }
Public ReadOnly Property AttachedFileNames As String()
Get
public:
property array<String^>^ AttachedFileNames {
array<String^>^ get ();
}
member AttachedFileNames : string[] with get
Property Value
Type:
String
An array of the names of the attached files.
See Also