Platforms to show: All Mac Windows Linux Cross-Platform

Back to MimeGroupMBS class.

MimeGroupMBS.Constructor(TextToParse as String)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method EmailParser MBS CURL Plugin 15.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Parses a group.
Example
dim g as new MimeGroupMBS("clients:=?utf-8?Q?Josef=20M=C3=BCller?= <josef@test.test>, =?utf-8?Q?Peter=20M=C3=BCller?= <peter@test.test>;")

MsgBox g.NameDecoded+" "+str(g.Count)

MimeGroupMBS.Mailboxes as MimeMailboxMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method EmailParser MBS CURL Plugin 15.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The array of mailboxes in this group.

See also:

MimeGroupMBS.Mailboxes(index as Integer) as MimeMailboxMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method EmailParser MBS CURL Plugin 15.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries a mailbox in the group.
Example
dim g as new MimeGroupMBS("clients:=?utf-8?Q?Josef=20M=C3=BCller?= <josef@test.test>, =?utf-8?Q?Peter=20M=C3=BCller?= <peter@test.test>;")

MsgBox g.Mailboxes(0).LabelDecoded
MsgBox g.Mailboxes(1).LabelDecoded

See also:

The items on this page are in the following plugins: MBS CURL Plugin.


The biggest plugin in space...