AttachmentEnumerator.MoveNext method
如果有的話,則您可以前往下一步的電子郵件附件,列舉值。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Function MoveNext As Boolean
'用途
Dim instance As AttachmentEnumerator
Dim returnValue As Boolean
returnValue = instance.MoveNext()
public bool MoveNext()
傳回值
Type: System.Boolean