ResolutionType.Contact Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
A Contact propriedade obtém ou define um item de contato do Exchange.
public:
property ExchangeWebServices::ContactItemType ^ Contact { ExchangeWebServices::ContactItemType ^ get(); void set(ExchangeWebServices::ContactItemType ^ value); };
public ExchangeWebServices.ContactItemType Contact { get; set; }
Public Property Contact As ContactItemType