TaskRequestDeclineItem 对象(Outlook)TaskRequestDeclineItem object (Outlook)
表示对 TaskRequestItem 的响应 由初始的用户发送。Represents a response to a TaskRequestItem sent by the initiating user.
备注Remarks
如果委派的用户拒绝任务, ResponseState 属性将设置为olTaskDecline。If the delegated user declines the task, the ResponseState property is set to olTaskDecline. 相关的 TaskItem 接收代理者作为一个 TaskRequestDeclineItem 对象。The associated TaskItem is received by the delegator as a TaskRequestDeclineItem object.
与其他 Microsoft Outlook 对象不同的是,您无法创建此对象。Unlike other Microsoft Outlook objects, you cannot create this object.
使用**GetAssociatedTask** 方法可返回与此TaskRequestDeclineItem关联的TaskItem对象。Use the GetAssociatedTask method to return the TaskItem object that is associated with this TaskRequestDeclineItem. 直接使用 TaskItem 对象。Work directly with the TaskItem object.
事件Events
方法Methods
属性Properties
另请参阅See also
Outlook 对象模型引用Outlook Object Model Reference
支持和反馈Support and feedback
有关于 Office VBA 或本文档的疑问或反馈?Have questions or feedback about Office VBA or this documentation? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.