SharpMimeTools Documented Class Library

SharpTnefMessage.Attachments Property

[This is preliminary documentation and subject to change.]

Gets a ArrayList instance that contains the attachments found in the tnef stream.

public System.Collections.ArrayList Attachments {get;}

Property Value

ArrayList instance that contains the SharpAttachment found in the tnef stream. The null reference is retuned when no attachments found.

Remarks

Each attachment is a SharpAttachment instance.

See Also

SharpTnefMessage Class | anmar.SharpMimeTools Namespace