Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Strange Exception while working with EWS #594

@sunnykeerthi

Description

@sunnykeerthi

I'm creating a project to get emails from exchange server. I'm taking the EWS help to get this job done.

I've the below dependencies added to my pom.xml

<dependencies>    
        <dependency>
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
            <version>1.2.17</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>1.7.10</version>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.microsoft.ews-java-api</groupId>
            <artifactId>ews-java-api</artifactId>
            <version>2.0</version>
        </dependency>
</dependencies>

I'm creating a project to get emails from exchange server. I'm taking the EWS help to get this job done.

I've the below dependencies added to my pom.xml

log4j log4j 1.2.17 compile org.slf4j slf4j-api 1.7.10 compile com.microsoft.ews-java-api ews-java-api 2.0 In my code I'm getting the below import errors.

The import microsoft.exchange.webservices.data.core.ExchangeService cannot be resolved

when I opened my decencies tree, I'm surprised to see core.ExchangeService available.

please let me know how can I fix these issues.

Thanks,
Sunny

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions