Contact クラス

Contact クラス (Microsoft.Graph.Models 名前空間)

[REST API リファレンス]

public class Contact : OutlookItem

継承:Object → Entity → OutlookItem → Event

プロパティ

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; }