ContactItem オブジェクト (Outlook)

連絡先フォルダー内の連絡先を表します。

注釈

連絡先は、個人用または会社の連絡先を表します。

CreateItem メソッドを使用して、新しい連絡先を表す ContactItem オブジェクトを作成します。

連絡先フォルダーから 1 つの ContactItem オブジェクトを取得するには、Items (index) を使用します。ここで、index は連絡先のインデックス番号、または連絡先の既定のプロパティと一致するために使用される値です。

次の Visual Basic for Applications (VBA) の例は、新しい連絡先を取得します。

Set myItem = Application.CreateItem(olContactItem)

イベント

名前
AfterWrite
AttachmentAdd
AttachmentRead
AttachmentRemove
BeforeAttachmentAdd
BeforeAttachmentPreview
BeforeAttachmentRead
BeforeAttachmentSave
BeforeAttachmentWriteToTempFile
BeforeAutoSave
BeforeCheckNames
BeforeDelete
BeforeRead
Close
CustomAction
CustomPropertyChange
Forward
Open
PropertyChange
読み取り
ReadComplete
Reply
ReplyAll
Send
Unload
Write

メソッド

名前
AddBusinessCardLogoPicture
AddPicture
ClearTaskFlag
Close
Copy
Delete
Display
ForwardAsBusinessCard
ForwardAsVcard
GetConversation
MarkAsTask
Move
PrintOut
RemovePicture
ResetBusinessCard
Save
SaveAs
SaveBusinessCardImage
ShowBusinessCardEditor
ShowCategoriesDialog
ShowCheckAddressDialog
ShowCheckFullNameDialog
ShowCheckPhoneDialog

プロパティ

名前
Account
アクション
Anniversary
アプリケーション
AssistantName
AssistantTelephoneNumber
添付ファイル
AutoResolvedWinner
BillingInformation
Birthday
Body
Business2TelephoneNumber
BusinessAddress
BusinessAddressCity
BusinessAddressCountry
BusinessAddressPostalCode
BusinessAddressPostOfficeBox
BusinessAddressState
BusinessAddressStreet
BusinessCardLayoutXml
BusinessCardType
BusinessFaxNumber
BusinessHomePage
BusinessTelephoneNumber
CallbackTelephoneNumber
CarTelephoneNumber
Categories
Children
クラス
Companies
CompanyAndFullName
CompanyLastFirstNoSpace
CompanyLastFirstSpaceOnly
CompanyMainTelephoneNumber
CompanyName
ComputerNetworkName
Conflicts
ConversationID
ConversationIndex
ConversationTopic
CreationTime
CustomerID
Department
DownloadState
Email1Address
Email1AddressType
Email1DisplayName
Email1EntryID
Email2Address
Email2AddressType
Email2DisplayName
Email2EntryID
Email3Address
Email3AddressType
Email3DisplayName
Email3EntryID
EntryID
FileAs
FirstName
FormDescription
FTPSite
FullName
FullNameAndCompany
性別
GetInspector
GovernmentIDNumber
HasPicture
Hobby
Home2TelephoneNumber
HomeAddress
HomeAddressCity
HomeAddressCountry
HomeAddressPostalCode
HomeAddressPostOfficeBox
HomeAddressState
HomeAddressStreet
HomeFaxNumber
HomeTelephoneNumber
IMAddress
Importance
[頭文字]
InternetFreeBusyAddress
IsConflict
ISDNNumber
IsMarkedAsTask
ItemProperties
JobTitle
Journal
言語
LastFirstAndSuffix
LastFirstNoSpace
LastFirstNoSpaceAndSuffix
LastFirstNoSpaceCompany
LastFirstSpaceOnly
LastFirstSpaceOnlyCompany
LastModificationTime
LastName
LastNameAndFirstName
MailingAddress
MailingAddressCity
MailingAddressCountry
MailingAddressPostalCode
MailingAddressPostOfficeBox
MailingAddressState
MailingAddressStreet
ManagerName
MarkForDownload
MessageClass
MiddleName
Mileage
MobileTelephoneNumber
NetMeetingAlias
NetMeetingServer
NickName
NoAging
OfficeLocation
OrganizationalIDNumber
OtherAddress
OtherAddressCity
OtherAddressCountry
OtherAddressPostalCode
OtherAddressPostOfficeBox
OtherAddressState
OtherAddressStreet
OtherFaxNumber
OtherTelephoneNumber
OutlookInternalVersion
OutlookVersion
PagerNumber
Parent
PersonalHomePage
PrimaryTelephoneNumber
Profession
PropertyAccessor
RadioTelephoneNumber
ReferredBy
ReminderOverrideDefault
ReminderPlaySound
ReminderSet
ReminderSoundFile
ReminderTime
RTFBody
Saved
SelectedMailingAddress
Sensitivity
Session
Size
Spouse
件名
Suffix
TaskCompletedDate
TaskDueDate
TaskStartDate
TaskSubject
TelexNumber
タイトル
ToDoTaskOrdinal
TTYTDDTelephoneNumber
UnRead
User1
User2
User3
User4
UserProperties
WebPage
YomiCompanyName
YomiFirstName
YomiLastName

関連項目

Outlook オブジェクト モデル リファレンスContactItem オブジェクト メンバー

サポートとフィードバック

Office VBA またはこの説明書に関するご質問やフィードバックがありますか? サポートの受け方およびフィードバックをお寄せいただく方法のガイダンスについては、Office VBA のサポートおよびフィードバックを参照してください。