ExchangeDistributionList 接口

定义

ExchangeDistributionList 对象提供有关表示 Exchange 通讯组列表的 的详细信息AddressEntry

public interface class ExchangeDistributionList : Microsoft::Office::Interop::Outlook::_ExchangeDistributionList
[System.Runtime.InteropServices.Guid("000630CA-0000-0000-C000-000000000046")]
public interface ExchangeDistributionList : Microsoft.Office.Interop.Outlook._ExchangeDistributionList
Public Interface ExchangeDistributionList
Implements _ExchangeDistributionList
派生
属性
实现

注解

这是派生自 COM Coclass(托管代码要求此 Coclass 来实现与相应的 COM 对象的互操作性)的 .NET 接口。 使用此派生的接口来访问所有方法、属性和 COM 对象的事件成员。 但是,如果您想要使用的方法或事件共享同一名称并且位于相同的 COM 对象下,请转换为相应的主接口以调用该方法,并转换为最新的事件接口以连接到该事件。 参考此主题以获取有关 COM 对象的信息。 有关 COM 对象的方法和属性成员的信息,请参阅 _ExchangeDistributionList

ExchangeDistributionListAddressEntry ,一个派生的类,并对 AddressEntry 的调用方执行 QueryInterface 时返回而不是 AddressEntry

AddressEntry.Members 属性支持枚举通讯组列表的成员。 ExchangeDistributionList 添加 、 CommentsPrimarySmtpAddressAlias一级属性。 还可以访问特定于 Exchange 通讯组列表的其他属性,这些属性不会通过 PropertyAccessor 对象在对象模型中公开。

评论 某些属性是读写属性。 设置这些属性要求代码在相应的 Exchange 管理员帐户下运行;没有足够的权限,调用 Update(Object, Object) 方法将导致“权限被拒绝”错误。

属性

Address

返回或设置 C#) 中的 字符串 (字符串 ,表示 的 ExchangeDistributionListX400 电子邮件地址。 读/写。

(继承自 _ExchangeDistributionList)
AddressEntryUserType

返回 olExchangeDistributionListAddressEntry ,它是枚举中的 OlAddressEntryUserType 常量,表示 的用户 ExchangeDistributionList类型。 只读。

(继承自 _ExchangeDistributionList)
Alias

返回 C# 中的 字符串 (字符串 ,) 表示 的 ExchangeDistributionList别名。 只读。

(继承自 _ExchangeDistributionList)
Application

返回一个 Application 对象,该对象表示对象的父应用程序 (Outlook) ExchangeDistributionList 。 只读。

(继承自 _ExchangeDistributionList)
Class

返回枚举中的常量, OlObjectClass 该常量指示 对象的 类 ExchangeDistributionList 。 只读。

(继承自 _ExchangeDistributionList)
Comments

返回 C# 中的 字符串 (字符串 ,) 表示 的 ExchangeDistributionList注释。 读/写。

(继承自 _ExchangeDistributionList)
DisplayType

返回 olDistList ,它是枚举中的 OlDisplayType 常量,表示 的性质 ExchangeDistributionList。 只读。

(继承自 _ExchangeDistributionList)
ID

返回 C# 中的 字符串 (字符串 ,) 表示 的唯一 ExchangeDistributionList标识符。 只读。

(继承自 _ExchangeDistributionList)
Manager

此对象、成员或枚举已被弃用并且不适合在您的代码中使用。

(继承自 _ExchangeDistributionList)
MAPIOBJECT

此对象、成员或枚举已被弃用并且不适合在您的代码中使用。

(继承自 _ExchangeDistributionList)
Members

此对象、成员或枚举已被弃用并且不适合在您的代码中使用。

(继承自 _ExchangeDistributionList)
Name

返回或设置一个 字符串 (字符串 ,) 表示对象的显示名称 ExchangeDistributionList 的值。 读/写。

(继承自 _ExchangeDistributionList)
Parent

返回对象的父对象ExchangeDistributionList。 只读。

(继承自 _ExchangeDistributionList)
PrimarySmtpAddress

返回 C# 中的 字符串 (字符串 ,) 表示 的主要简单邮件传输协议 (SMTP) 地址 ExchangeDistributionList。 只读。

(继承自 _ExchangeDistributionList)
PropertyAccessor

返回一个 PropertyAccessor 对象,该对象支持创建、获取、设置和删除父 ExchangeDistributionList 对象的属性。 只读。

(继承自 _ExchangeDistributionList)
Session

返回 NameSpace 当前会话的 对象。 只读。

(继承自 _ExchangeDistributionList)
Type

返回 C# 中的 字符串 (字符串 ,) 表示 的 ExchangeDistributionList条目类型。 读/写。

(继承自 _ExchangeDistributionList)

方法

Delete()

ExchangeDistributionList从该对象所属的AddressEntries集合对象中删除该对象。

(继承自 _ExchangeDistributionList)
Details(Object)

显示一个模式对话框,该对话框提供有关对象 ExchangeDistributionList 的详细信息。

(继承自 _ExchangeDistributionList)
GetContact()

返回 Nothing (null 引用 (C#) 中 Visual Basic) 中无任何内容,因为 ExchangeDistributionList 对象不对应于联系人通讯簿中的联系人。

(继承自 _ExchangeDistributionList)
GetExchangeDistributionList()

返回 ExchangeDistributionList 对象。

(继承自 _ExchangeDistributionList)
GetExchangeDistributionListMembers()

返回表示 AddressEntries Exchange 通讯组列表成员的集合。

(继承自 _ExchangeDistributionList)
GetExchangeUser()

返回 Nothing (null 引用 (Visual Basic) C# ) 中,因为 ExchangeDistributionList 对象不对应于 ExchangeUser 对象。

(继承自 _ExchangeDistributionList)
GetFreeBusy(DateTime, Int32, Object)

返回 Nothing (null 引用 (Visual Basic) C# ) 中无任何内容,因为忙闲信息仅对单个用户可用,而不适用于 ExchangeDistributionList 对象。

(继承自 _ExchangeDistributionList)
GetMemberOfList()

返回一个AddressEntries集合对象,该对象包含代表其成员的 Exchange 通讯组列表ExchangeDistributionList的所有AddressEntry对象。

(继承自 _ExchangeDistributionList)
GetOwners()

返回一个 AddressEntries 集合对象,该对象包含 的所有所有者 ExchangeDistributionList

(继承自 _ExchangeDistributionList)
Update(Object, Object)

将更改发布到 ExchangeDistributionList 消息系统中的 对象。

(继承自 _ExchangeDistributionList)
UpdateFreeBusy()

此对象、成员或枚举已被弃用并且不适合在您的代码中使用。

(继承自 _ExchangeDistributionList)

适用于