Simplify VCF

Hello
The new 22.4:
EMAILNET-40665 Simplify ics to message conversion API Enhancement
Do you think simplifying VCF contact to message is also wise?

var contact = VCardContact.Load("cn.vcf");

var eml = contact.ToMailMessage();
var msg = contact.ToMapiMessage();

@australian.dev.nerds,

Sure, on a waiting list.

1 Like

Thanks, EMAILNET-xxxxx assigned a number? :slight_smile:

And what about:

CalendarReader.ToMailMessage
CalendarReader.ToMapiMessage

So it will get the whole calendar/all events to a single message rendering all?

@australian.dev.nerds,

It seems there can only be one event in one message. A calendar cannot be contained in one message.

Since this is not a request from anyone the number will be assigned when the we starts the implementation.