AttachmentEnumerator Members
Include Protected Members
Include Inherited Members
Represents an enumerator for SPEmailMessage attachments.
The AttachmentEnumerator type exposes the following members.
Properties
Name | Description | |
---|---|---|
Current | Gets the current e-mail attachment in the enumeration. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
MoveNext | Advances the enumerator to the next e-mail attachment, if one exists. | |
Reset | Resets the enumerator to its initial state. | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerator.Current | Gets the current e-mail attachment in the enumeration. |
Top