AttachmentEnumerator.Current property
Obtém o anexo de email atual na enumeração.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property Current As SPEmailAttachment
Get
'Uso
Dim instance As AttachmentEnumerator
Dim value As SPEmailAttachment
value = instance.Current
public SPEmailAttachment Current { get; }
Property value
Type: Microsoft.SharePoint.Utilities.SPEmailAttachment
Um objeto Microsoft.SharePoint.Utilities.SPEmailAttachment que representa o anexo de email.