asp.net - Embedding Images into Email - What is the difference between ContentID and ContentLocation? -


i using aspnetemail send emails embedded images , trying choose between 2 options:

contentlocation: embed images using content-location header.
contentid: embed images using content-id header.

i checked aspnetemail website documentation there wasn't information. suspect these options applicable embedding images in email applications?

what difference between 2 settings, , how affect emails?

contentid

represents identifier contents of attachment. contentid can set string value. applications can use contentid implement own identification mechanisms.

contentlocation

contains uniform resource identifier (uri) corresponds location of content of attachment.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -