Compartilhar via


AttachmentEnumerator.IEnumerator.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
Private ReadOnly Property Current As Object
    Implements IEnumerator.Current
    Get
'Uso
Dim instance As AttachmentEnumerator
Dim value As Object

value = CType(instance, IEnumerator).Current
ObjectIEnumerator.Current { get; }

Property value

Type: System.Object
Um System.Object que representa o anexo de email.

Implements

IEnumerator.Current

Ver também

Referência

AttachmentEnumerator class

AttachmentEnumerator members

Microsoft.SharePoint.Utilities namespace