RemoteItem 对象 (Outlook)

代表“收件箱”文件夹中的远程项目。

备注

RemoteItem 对象类似于 MailItem 对象中,但它包含仅 SubjectReceived DateTimeSenderSize,以及邮件正文前 256 个字符。 它用于为远程模式下连接的人员提供足够的信息,以决定是否下载相应的邮件。 但是,不能使用 RemoteItem 对象访问中包含在脱机文件夹文件 (.ost) 中的项的标头。

其他Microsoft Outlook与对象不同,您无法创建此对象。 远程项目是由 Outlook 时自动创建使用远程访问系统 (RAS) 连接。 在本地系统上创建每个 RemoteItem 对象对应于一个预先存在的 MailItem 对象,该对象在远程系统上。

RemoteItem 对象继承了大量的属性、 方法和事件,由于性质的对象,而无功能。 对象浏览器显示这些属性、 方法和事件属于 RemoteItem 对象,但试图使用它们将不起作用。

不适用于 RemoteItem 对象的方法包括 CloseCopyDisplayMoveSave

不适用于 RemoteItem 对象的属性包括 BillingInformationBodyCategoriesCompaniesMileage

RemoteItem 对象不起作用的事件包括 OpenCloseForwardReplyReplyAllSend

事件

名称
AfterWrite
AttachmentAdd
AttachmentRead
AttachmentRemove
BeforeAttachmentAdd
BeforeAttachmentPreview
BeforeAttachmentRead
BeforeAttachmentSave
BeforeAttachmentWriteToTempFile
BeforeAutoSave
BeforeCheckNames
BeforeDelete
BeforeRead
Close
CustomAction
CustomPropertyChange
转发
Open
PropertyChange
读取
ReadComplete
Reply
ReplyAll
Send
Unload
Write

方法

名称
Close
Copy
删除
Display
GetConversation
Move
PrintOut
Save
SaveAs
ShowCategoriesDialog

属性

名称
Actions
应用程序
附件
AutoResolvedWinner
BillingInformation
Body
类别
Companies
Conflicts
ConversationID
ConversationIndex
ConversationTopic
CreationTime
DownloadState
EntryID
FormDescription
GetInspector
HasAttachment
Importance
IsConflict
ItemProperties
LastModificationTime
MarkForDownload
MessageClass
Mileage
NoAging
OutlookInternalVersion
OutlookVersion
Parent
PropertyAccessor
RemoteMessageClass
Saved
Sensitivity
Session
Size
Subject
TransferSize
TransferTime
UnRead
UserProperties

另请参阅

Outlook 对象模型引用

支持和反馈

有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。