RoutingSlip 接口

定义

代表工作簿的传送名单。 传送名单用于在电子邮件系统中发送工作簿。

public interface class RoutingSlip
[System.Runtime.InteropServices.Guid("000208AA-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface RoutingSlip
Public Interface RoutingSlip
属性

注解

RoutingSlip使用 属性可返回 RoutingSlip 对象。

RoutingSlip 对象不存在,并且无法返回,HasRoutingSlip除非工作簿的 属性为 True

属性

Application

返回一个 Application 对象,该对象代表 Microsoft Excel 应用程序。

Creator

返回一个 32 位整数,该整数指示在其中创建了此对象的应用程序。

Delivery

返回或设置邮件传递的方法。 可以是以下 XlRoutingSlipDelivery 常量之一: xlOneAfterAnotherxlAllAtOnce

Message

返回或设置传送名单的消息文字。 这些文字将作为传送指定工作簿时的邮件消息内容。

Parent

返回指定对象的父对象。

Recipients[Object]

返回或设置传送名单上的收件人。

ReturnWhenDone

如果传送过程结束后,工作簿返回给发件人,则该属性值为 True

Status

指示传送名单的状态。

Subject

返回或设置邮件或传送名单的主题。

TrackStatus

如果允许对传送名单进行状态追踪,则该属性值为 True

方法

Reset()

重新设置传送名单,从而可用同一名单初始化一个新的传送过程(使用同一收件人列表和收件人地址信息)。

适用于