Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find mailing group members (ExpandDL) #184

Open
alexandrumc opened this issue Mar 7, 2021 · 2 comments
Open

Find mailing group members (ExpandDL) #184

alexandrumc opened this issue Mar 7, 2021 · 2 comments
Assignees
Milestone

Comments

@alexandrumc
Copy link

Hi,

Is there a way to find the members of a mailing group?

I'm looking for something similar to: https://docs.microsoft.com/en-us/previous-versions/office/developer/exchange-server-2010/hh532557(v=exchg.80)

@idolum idolum self-assigned this Mar 15, 2021
@idolum
Copy link
Member

idolum commented Mar 15, 2021

Hi Alexandru,

my apologies for my late reply. I was busy with other projects.

ExpandDL is the EWS operation
https://docs.microsoft.com/en-us/exchange/client-developer/web-service-reference/expanddl-operation

But right now, this operation has not been implemented yet. I will add it for the next release. But depends on the resources available, if it gets implemented.

If you are willing to implement it and contribute to this project, I would be more than glad to assist you! I don't think that it is hard to implement it.

Best, Veit

@idolum idolum added this to the 0.10 milestone Mar 15, 2021
@idolum idolum changed the title Find mailing group members Find mailing group members (ExpandDL) Mar 15, 2021
@idolum
Copy link
Member

idolum commented Mar 15, 2021

Proposal for the function

std::vector<mailbox> expand_dl(const std::string& distribution_list_name);
std::vector<mailbox> expand_dl(const mailbox& distribution_list);

As arguments

  • Mailbox element that can contain either an EmailAddress (NonEmptyStringType) child element for an expansion of a public distribution list or
  • an ItemId child element for the expansion of a private distribution list

As return value

  • a list of Mailbox-es as member of the distribution list

@idolum idolum modified the milestones: 0.10, 0.11 Jan 5, 2022
@idolum idolum modified the milestones: 0.11, 0.12 Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants