SPEmailHeaderCollection Members
Include Protected Members
Include Inherited Members
Represents the collection of message headers for an e-mail message.
The SPEmailHeaderCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Item | Gets the e-mail message header that has the specified name. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that can be used to iterate through the collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Returns an enumerator that can be used to iterate through the collection. |
Top