AddressEntries.Add(String, Object, Object) 方法

定义

向集合添加新条目 AddressEntries

public Microsoft.Office.Interop.Outlook.AddressEntry Add (string Type, object Name, object Address);
Public Function Add (Type As String, Optional Name As Object, Optional Address As Object) As AddressEntry

参数

Type
String

新条目的类型。

Name
Object

新条目的名称。

Address
Object

地址。

返回

表示 AddressEntry 新条目的 对象。

注解

在调用 Update(Object, Object) 方法之前,新条目或对现有条目的更改不会保留在集合中。

适用于