Recipients 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含 Outlook 项目的对象集合 Recipient 。
public interface class Recipients : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0006303B-0000-0000-C000-000000000046")]
public interface Recipients : System.Collections.IEnumerable
Public Interface Recipients
Implements IEnumerable
- 属性
- 实现
注解
使用 Recipients 属性可返回 、、JournalItem、 MeetingItemMailItem或 TaskItem 对象的 AppointmentItemRecipients 对象。
Add(String)使用 方法创建新的 Recipient 对象并将其添加到 Recipients 对象。 Type新 Recipient 对象的属性设置为关联的 AppointmentItem、JournalItem、MailItem 或 TaskItem 对象的默认值,并且必须重置以指示其他收件人类型。
使用 Recipients (index
) (其中 index
是名称或索引号)返回单个 Recipient 对象。 名称可以是收件人的一个字符串,表示显示名称、 别名或完整的 SMTP 电子邮件地址。
属性
Application |
返回一个 Application 对象,该对象代表对象的父 Outlook 应用程序。 只读。 |
Class |
返回一个 OlObjectClass 常量,指示对象的 类。 只读。 |
Count |
返回一个 Integer (int in C# ) 值,该值指示指定集合中的对象计数。 只读。 |
Item[Object] |
从集合中返回 对象 Recipient 。 |
Parent |
返回指定对象的 对象 的父级。 只读。 |
Session |
返回 NameSpace 当前会话的 对象。 只读。 |
方法
Add(String) |
在集合中 Recipients 创建新的收件人。 |
Remove(Int32) |
从集合中删除对象。 |
ResolveAll() |
尝试针对通讯簿解析 Recipient 集合中的所有 Recipients 对象。 |