aboutsummaryrefslogtreecommitdiffstats
path: root/examples/example5.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/example5.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/example5.cpp b/examples/example5.cpp
index 3404be97..9456b502 100644
--- a/examples/example5.cpp
+++ b/examples/example5.cpp
@@ -50,6 +50,7 @@ int main()
const vmime::attachment& att = *mp.getAttachmentAt(i);
// Media type (content type) is in "att.getType()"
+ // Name is in "att.getName()"
// Description is in "att.getDescription()"
// Data is in "att.getData()"
}