共用方式為


Outlook) (DistListItem 物件

代表 [連絡人] 資料夾中的通訊群組清單。

註解

可以包含多個收件者的通訊群組清單,用來傳送郵件給清單中所有的人。

使用 CreateItem 方法可建立代表新通訊群組清單 的 DistListItem 物件。

使用 Items (index) ,其中 index 是連絡人資料夾中專案的索引編號,或是用來比對資料夾中專案預設屬性的值,可從連絡人資料夾 (傳回單一 DistListItem 物件,也就是預設專案類型為 olContactItem 的資料夾) 。

範例

下列 Microsoft Visual Basic for Applications (VBA) 範例會建立並顯示新的通訊群組清單。

Set myItem = Application.CreateItem(olDistributionListItem) 
 
myItem.Display

下列 Visual Basic for Applications 範例會將目前的資料夾設定為連絡人資料夾,並在資料夾中顯示名稱為 "Project Team" 的現有通訊群組清單。

Set myNamespace = Application.GetNamespace("MAPI") 
 
Set myFolder = myNamespace.GetDefaultFolder(olFolderContacts) 
 
myFolder.Display 
 
Set myItem = myFolder.Items("Project Team") 
 
myItem.Display

事件

名稱
AfterWrite
AttachmentAdd
AttachmentRead
AttachmentRemove
BeforeAttachmentAdd
BeforeAttachmentPreview
BeforeAttachmentRead
BeforeAttachmentSave
BeforeAttachmentWriteToTempFile
BeforeAutoSave
BeforeCheckNames
BeforeDelete
BeforeRead
Close
CustomAction
CustomPropertyChange
Forward
Open
PropertyChange
Read
ReadComplete
Reply
ReplyAll
Send
Unload
Write

方法

名稱
AddMember
AddMembers
ClearTaskFlag
Close
Copy
Delete
Display
GetConversation
GetMember
MarkAsTask
Move
PrintOut
RemoveMember
RemoveMembers
Save
SaveAs
ShowCategoriesDialog

屬性

名稱
Actions
Application
Attachments
AutoResolvedWinner
BillingInformation
Body
Categories
Class
Companies
Conflicts
ConversationID
ConversationIndex
ConversationTopic
CreationTime
DLName
DownloadState
EntryID
FormDescription
GetInspector
Importance
IsConflict
IsMarkedAsTask
ItemProperties
LastModificationTime
MarkForDownload
MemberCount
MessageClass
Mileage
NoAging
OutlookInternalVersion
OutlookVersion
Parent
PropertyAccessor
ReminderOverrideDefault
ReminderPlaySound
ReminderSet
ReminderSoundFile
ReminderTime
RTFBody
Saved
Sensitivity
Session
大小
Subject
TaskCompletedDate
TaskDueDate
TaskStartDate
TaskSubject
ToDoTaskOrdinal
UnRead
UserProperties

另請參閱

Outlook 物件模型參考

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應