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

Sent Items folder mails are not syncing #578

@santhosh0101

Description

@santhosh0101

Hi,

I have issue with sent items folder I am unable to sync mails. Except that all are working fine. Can you please assist.

`SearchFilter.SearchFilterCollection searchFilterCollection1 = new SearchFilter.SearchFilterCollection(
LogicalOperator.Or);

SearchFilter searchFilter1 = new SearchFilter.ContainsSubstring(EmailMessageSchema.From, email.trim());

SearchFilter searchFilter2 = new SearchFilter.ContainsSubstring(EmailMessageSchema.DisplayTo,
email.trim());

SearchFilter searchFilter3 = new SearchFilter.ContainsSubstring(EmailMessageSchema.DisplayCc,
email.trim());

searchFilterCollection1.add(searchFilter1);
searchFilterCollection1.add(searchFilter2);
searchFilterCollection1.add(searchFilter3);

FindItemsResults findResults = service.findItems(folder.getId(), searchFilterCollection1, view);`

Above code is working fine for all folders except sent item folder in the exchange. Please assist

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