AttachmentCollection Members
3/29/2010
attachments collection for email or mms messages
The following tables list the members exposed by the AttachmentCollection type.
Public Constructors
Name | Description | |
---|---|---|
AttachmentCollection | Initializes a new instance of the AttachmentCollection Class. |
Top
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of attachments in the attachment collection. | |
IsFixedSize | Returns whether the list has a fixed size or not. | |
IsReadOnly | Gets a value indicating whether the List is read-only or not. | |
IsSynchronized | Will return false. This is not a synchronized collection. | |
Item | Gets or sets the attachment at a given index. | |
SyncRoot | Gets the object that can be used to synchronize access to the collection when IsSynchronized is true. Since this is not a synchronized collection, it will return null. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Add | Adds the specified attachment to the collection. | |
Clear | Clears the attachment collection. | |
Contains | Overloaded. | |
CopyTo | Overloaded. | |
Equals | Overloaded. (inherited from Object ) | |
GetEnumerator | Returns an enumerator that can iterate through a collection. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
IndexOf | Overloaded. | |
Insert | Overloaded. | |
ReferenceEquals | (inherited from Object ) | |
Remove | ||
RemoveAt | Removes the attachment at the given index on the attachment collection. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.IEnumerable.GetEnumerator | ||
System.Collections.IList.Add | ||
System.Collections.IList.Remove | ||
System.Collections.IList.Item |
Top
See Also
Reference
AttachmentCollection Class
Microsoft.WindowsMobile.PocketOutlook Namespace