microsoft.exchange.webservices.data.ImAddressKey Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of exchange-ws-api Show documentation
Show all versions of exchange-ws-api Show documentation
The source came from http://archive.msdn.microsoft.com/ewsjavaapi
Support for Maven has been added.
/**************************************************************************
* copyright file="ImAddressKey.java" company="Microsoft"
* Copyright (c) Microsoft Corporation. All rights reserved.
*
* Defines the ImAddressKey.java.
**************************************************************************/
package microsoft.exchange.webservices.data;
/**
* Defines Instant Messaging address entries for a contact.
*/
public enum ImAddressKey {
// The first Instant Messaging address.
/** The Im address1. */
ImAddress1,
// The second Instant Messaging address.
/** The Im address2. */
ImAddress2,
// The third Instant Messaging address.
/** The Im address3. */
ImAddress3
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy