Contact クラス (Microsoft.Graph 名前空間)
public class Contact : OutlookItem
継承:Object → Entity → OutlookItem → Event
Contents
- 1 プロパティ
- 1.1 AssistantName
- 1.2 Birthday
- 1.3 BusinessAddress
- 1.4 BusinessHomePage
- 1.5 BusinessPhones
- 1.6 CompanyName
- 1.7 Children
- 1.8 Department
- 1.9 DisplayName
- 1.10 EmailAddresses
- 1.11 Extensions
- 1.12 FileAs
- 1.13 Generation
- 1.14 GivenName
- 1.15 HomeAddress
- 1.16 HomePhones
- 1.17 ImAddresses
- 1.18 Initials
- 1.19 JobTitle
- 1.20 Manager
- 1.21 MiddleName
- 1.22 MobilePhone
- 1.23 MultiValueExtendedProperties
- 1.24 NickName
- 1.25 OfficeLocation
- 1.26 OtherAddress
- 1.27 ParentFolderId
- 1.28 PersonalNotes
- 1.29 Photo
- 1.30 Profession
- 1.31 SingleValueExtendedProperties
- 1.32 SpouseName
- 1.33 Surname
- 1.34 Title
- 1.35 YomiCompanyName
- 1.36 YomiGivenName
- 1.37 YomiSurname
プロパティ
AssistantName
public string AssistantName { get; set; }
Birthday
public DateTimeOffset? Birthday { get; set; }
BusinessAddress
public PhysicalAddress BusinessAddress { get; set; }
BusinessHomePage
public string BusinessHomePage { get; set; }
BusinessPhones
public IEnumerable<string> BusinessPhones { get; set; }
CompanyName
public string CompanyName { get; set; }
Children
public IEnumerable<string> Children { get; set; }
Department
public string Department { get; set; }
DisplayName
public string DisplayName { get; set; }
EmailAddresses
public IEnumerable<EmailAddress> EmailAddresses { get; set; }
Extensions
public IContactExtensionsCollectionPage Extensions { get; set; }
FileAs
public string FileAs { get; set; }
Generation
public string Generation { get; set; }
GivenName
public string GivenName { get; set; }
HomeAddress
public PhysicalAddress HomeAddress { get; set; }
HomePhones
public IEnumerable<string> HomePhones { get; set; }
ImAddresses
public IEnumerable<string> ImAddresses { get; set; }
Initials
public string Initials { get; set; }
JobTitle
public string JobTitle { get; set; }
Manager
public string Manager { get; set; }
MiddleName
public string MiddleName { get; set; }
MobilePhone
public string MobilePhone { get; set; }
MultiValueExtendedProperties
public IContactMultiValueExtendedPropertiesCollectionPage MultiValueExtendedProperties { get; set; }
NickName
public string { get; set; }
OfficeLocation
public string OfficeLocation { get; set; }
OtherAddress
public PhysicalAddress OtherAddress { get; set; }
ParentFolderId
public string ParentFolderId { get; set; }
PersonalNotes
public string PersonalNotes { get; set; }
Photo
public ProfilePhoto Photo { get; set; }
Profession
public string Profession { get; set; }
SingleValueExtendedProperties
public IContactSingleValueExtendedPropertiesCollectionPage SingleValueExtendedProperties { get; set; }
SpouseName
public string SpouseName { get; set; }
Surname
public string Surname { get; set; }
Title
public string Title { get; set; }
YomiCompanyName
public string YomiCompanyName { get; set; }
YomiGivenName
public string YomiGivenName { get; set; }
YomiSurname
public string YomiSurname { get; set; }