diff --git a/SoObjects/Mailer/SOGoMailObject.m b/SoObjects/Mailer/SOGoMailObject.m index 75306461f..45e8bdcf9 100644 --- a/SoObjects/Mailer/SOGoMailObject.m +++ b/SoObjects/Mailer/SOGoMailObject.m @@ -250,7 +250,7 @@ static BOOL debugSoParts = NO; - (id)bodyStructure { id body; - body = [[self fetchCoreInfos] valueForKey:@"body"]; + body = [[self fetchCoreInfos] valueForKey:@"bodystructure"]; if (debugBodyStructure) [self logWithFormat:@"BODY: %@", body]; return body;