Search The ForumSearch   RegisterRegister  LoginLogin

MailBee.NET Objects

 AfterLogic Forum : MailBee.NET Objects
Subject Topic: How we can show attachment like Outlook? Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
johntang
Newbie
Newbie
Avatar

Joined: 02 March 2015
Location: Germany
Online Status: Offline
Posts: 2
Posted: 25 March 2015 at 5:31am | IP Logged Quote johntang

Hello Mailbee supporter.

We're using Mailbee.Net 9.0 for our VB.Net Application. But our Customer always claim about the attachment is not showing on Email, but from Outlook it's showing.

We have the route for email attachment.

- We skip show as attachment when it's Embed image on the body.

So, the main problem is coming from this function for checking Embed image or not.

Followed by the: http://www.afterlogic.com/support/tutorials-mailbee/7-embedding-images-and-files.asp, we have:

If att.ContentID Is Nothing OrElse String.IsNullOrEmpty(att.ContentID) Then
               Return True
            Else
               ' Contain ID
               If Not IsImageFile(att.Filename) Then
                    Return True
               End If
            End If

- att is Attachment object.

What is the special case that our Customer got:

1. They attachment PDFs file, but it's contain ContentID, so attachments are not showing.
2. The attachment is not embed, checked with outLook, but they have ContentID, so attachments are not showing.

Please tell us, how it working as expert? like outlook at least?

Looking for reply.

Regards,
John

Back to Top View johntang's Profile Search for other posts by johntang
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 25 March 2015 at 6:06am | IP Logged Quote Alex

The tutorial you're referring to is for ActiveX version, not for .NET version while you're using .NET version. Therefore it's hard to understand what exactly you're doing. It's not even clear if the issue is with sending an email or viewing an email. Please clarify. Thanks!

Regards,
Alex
Back to Top View Alex's Profile Search for other posts by Alex
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide