  | MimeIteratorPathSpecifier Property | 
            Get the path specifier for the current entity.
            
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.12.0
Syntaxpublic string PathSpecifier { get; }Property Value
StringThe path specifier.
Exceptions
Remarks
            After an iterator is created or after the 
Reset method is called,
            the 
MoveNext method must be called to advance the iterator to the
            first entity of the message before reading the value of the PathSpecifier property;
            otherwise, PathSpecifier throws a 
InvalidOperationException.
            PathSpecifier also throws a 
InvalidOperationException if the
            last call to 
MoveNext returned false, which indicates the end of
            the message.
            
See Also