SPEmailAttachmentCollection class
代表電子郵件附件。
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Utilities.SPEmailAttachmentCollection
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public NotInheritable Class SPEmailAttachmentCollection _
Implements IEnumerable
'用途
Dim instance As SPEmailAttachmentCollection
public sealed class SPEmailAttachmentCollection : IEnumerable
備註
SPEmailAttachmentCollection物件包含了一個GetEnumerator方法,但不包含通常與集合物件相關的Item或Count屬性。
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.