SPEmailAttachmentCollection class
Representa os anexos em uma mensagem de email.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Utilities.SPEmailAttachmentCollection
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public NotInheritable Class SPEmailAttachmentCollection _
Implements IEnumerable
'Uso
Dim instance As SPEmailAttachmentCollection
public sealed class SPEmailAttachmentCollection : IEnumerable
Comentários
O objeto SPEmailAttachmentCollection inclui um método GetEnumerator , mas não inclui propriedades Item ou Count , normalmente associadas com um objeto da coleção.
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.